Share via


SqliteVectorStoreRecordCollectionOptions<TRecord> Class

Definition

public sealed class SqliteVectorStoreRecordCollectionOptions<TRecord>
type SqliteVectorStoreRecordCollectionOptions<'Record> = class
Public NotInheritable Class SqliteVectorStoreRecordCollectionOptions(Of TRecord)

Type Parameters

TRecord
Inheritance
SqliteVectorStoreRecordCollectionOptions<TRecord>

Constructors

SqliteVectorStoreRecordCollectionOptions<TRecord>()

Properties

DictionaryCustomMapper

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

VectorSearchExtensionName

SQLite extension name for vector search operations.

VectorStoreRecordDefinition

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

VectorVirtualTableName

Custom virtual table name to store vectors.

Applies to