Table of Contents

Method GetDynamicCollection

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

GetDynamicCollection(string, VectorStoreCollectionDefinition)

Gets a collection from the vector store, using dynamic mapping; the record type is represented as a Dictionary<TKey, TValue>.

public override EdgeDynamicVectorStoreCollection GetDynamicCollection(string name, VectorStoreCollectionDefinition definition)

Parameters

name string

The name of the collection.

definition VectorStoreCollectionDefinition

The schema of the record type.

Returns

EdgeDynamicVectorStoreCollection

A new VectorStoreCollection<TKey,TRecord> instance for managing the records in the collection.