QdrantVectorStoreOptions Class

Definition

Options when creating a QdrantVectorStore.

public sealed class QdrantVectorStoreOptions
type QdrantVectorStoreOptions = class
Public NotInheritable Class QdrantVectorStoreOptions
Inheritance
QdrantVectorStoreOptions

Constructors

Name Description
QdrantVectorStoreOptions()

Properties

Name Description
HasNamedVectors

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.

VectorStoreCollectionFactory
Obsolete.

An optional factory to use for constructing QdrantVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required.

Applies to