Table of Contents

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.

ChunkSize

Overrides ChunkSize for this collection.

FullTextTableName

Overrides FullTextTableNameFormat for this collection.

FullTextTokenizer

Overrides FullTextTokenizer for this collection.

KeywordCombinator

Overrides KeywordCombinator for this collection.

QueryEmbeddingGenerator

Embeds the searchValue of 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 calls GenerateAsync with NO options.

Rrf

Overrides Rrf for this collection.

VectorTableName

Overrides VectorTableNameFormat for this collection.