Table of Contents

Constructor EdgeDynamicVectorStoreCollection

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

EdgeDynamicVectorStoreCollection(IEdgeDatabase, string, EdgeVectorStoreCollectionOptions)

Creates the collection.

public EdgeDynamicVectorStoreCollection(IEdgeDatabase database, string name, EdgeVectorStoreCollectionOptions options)

Parameters

database IEdgeDatabase

The sub-project 1 database this collection lives in.

name string

The collection name.

options EdgeVectorStoreCollectionOptions

Per-collection overrides. Definition must be non-null: a dynamic record carries no attributes to reflect over.