IVectorStore Interface

Definition

Interface for accessing the list of collections in a vector store.

public interface IVectorStore
type IVectorStore = interface
Public Interface IVectorStore
Derived

Remarks

This interface can be used with collections of any schema type, but requires you to provide schema information when getting a collection.

Methods

GetCollection<TKey,TRecord>(String, VectorStoreRecordDefinition)

Get a collection from the vector store.

ListCollectionNamesAsync(CancellationToken)

Retrieve the names of all the collections in the vector store.

Applies to