Class EdgeVectorStoreCollectionOptions
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
Per-collection overrides. Every null member falls back to the store-level default.
public sealed class EdgeVectorStoreCollectionOptions : VectorStoreCollectionOptions
- Inheritance
-
EdgeVectorStoreCollectionOptions
- Inherited Members
Properties
- AlwaysCreateFullTextIndex
Create the FTS5 sidecar even with no full-text property. Default false.
- FullTextTableName
Overrides FullTextTableNameFormat for this collection.
- FullTextTokenizer
Overrides FullTextTokenizer for this collection.
- KeywordCombinator
Overrides KeywordCombinator for this collection.
- QueryEmbeddingGenerator
Embeds the
searchValueof a search when it must differ from the generator that embedded the stored records. Null resolves the document generator's QueryGeneratorServiceKey sibling. The only correct way to drive a model with asymmetric prefixes, because MEVD always callsGenerateAsyncwith NO options.
- VectorTableName
Overrides VectorTableNameFormat for this collection.