Share via


QdrantVectorStoreRecordCollectionOptions<TRecord> Class

Definition

public sealed class QdrantVectorStoreRecordCollectionOptions<TRecord> where TRecord : class
type QdrantVectorStoreRecordCollectionOptions<'Record (requires 'Record : null)> = class
Public NotInheritable Class QdrantVectorStoreRecordCollectionOptions(Of TRecord)

Type Parameters

TRecord
Inheritance
QdrantVectorStoreRecordCollectionOptions<TRecord>

Constructors

QdrantVectorStoreRecordCollectionOptions<TRecord>()

Properties

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.

PointStructCustomMapper

Gets or sets an optional custom mapper to use when converting between the data model and the qdrant point.

VectorStoreRecordDefinition

Gets or sets an optional record definition that defines the schema of the record type.

Applies to