Partager via


QdrantVectorStoreOptions.HasNamedVectors Property

Definition

Gets or sets a value indicating whether the vectors in the store are named and multiple vectors are supported, or whether there is just a single unnamed vector per qdrant point. Defaults to single vector per point.

public bool HasNamedVectors { get; set; }
member this.HasNamedVectors : bool with get, set
Public Property HasNamedVectors As Boolean

Property Value

Applies to