Table of Contents

Constructor EdgeVectorSchema

Namespace
Qavren.Edge.VectorData
Assembly
Qavren.Edge.VectorData.dll

EdgeVectorSchema(CollectionModel, string, EdgeVectorStoreOptions?, bool)

Builds the schema for one collection.

public EdgeVectorSchema(CollectionModel model, string collectionName, EdgeVectorStoreOptions? options = null, bool alwaysCreateFullTextIndex = false)

Parameters

model CollectionModel

The built collection model.

collectionName string

The collection name; the data table is named after it verbatim.

options EdgeVectorStoreOptions

Store options. Null takes every default.

alwaysCreateFullTextIndex bool

Emit the FTS5 sidecar even when no property is marked IsFullTextIndexed.