IVectorStore Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for accessing the list of collections in a vector store.
public interface class IVectorStore
public interface IVectorStore
type IVectorStore = interface
Public Interface IVectorStore
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.