VolatileVectorStore Class
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.
Service for storing and retrieving vector records, and managing vector record collections, that uses an in memory dictionary as the underlying storage.
public sealed class VolatileVectorStore : Microsoft.SemanticKernel.Data.IVectorStore
type VolatileVectorStore = class
interface IVectorStore
Public NotInheritable Class VolatileVectorStore
Implements IVectorStore
- Inheritance
-
VolatileVectorStore
- Implements
Constructors
VolatileVectorStore() |
Initializes a new instance of the VolatileVectorStore class. |
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. |