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
modelCollectionModelThe built collection model.
collectionNamestringThe collection name; the data table is named after it verbatim.
optionsEdgeVectorStoreOptionsStore options. Null takes every default.
alwaysCreateFullTextIndexboolEmit the FTS5 sidecar even when no property is marked
IsFullTextIndexed.