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
namestringThe name of the collection.
definitionVectorStoreCollectionDefinitionThe schema of the record type.
Returns
- EdgeDynamicVectorStoreCollection
A new VectorStoreCollection<TKey,TRecord> instance for managing the records in the collection.