AzureAISearchVectorStore 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.
Class for accessing the list of collections in a Azure AI Search vector store.
public sealed class AzureAISearchVectorStore : Microsoft.SemanticKernel.Data.IVectorStore
type AzureAISearchVectorStore = class
interface IVectorStore
Public NotInheritable Class AzureAISearchVectorStore
Implements IVectorStore
- Inheritance
-
AzureAISearchVectorStore
- Implements
Remarks
This class can be used with collections of any schema type, but requires you to provide schema information when getting a collection.
Constructors
AzureAISearchVectorStore(SearchIndexClient, AzureAISearchVectorStoreOptions) |
Initializes a new instance of the AzureAISearchVectorStore 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. |