AzureAISearchVectorStore Constructor
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.
Initializes a new instance of the AzureAISearchVectorStore class.
public AzureAISearchVectorStore (Azure.Search.Documents.Indexes.SearchIndexClient searchIndexClient, Microsoft.SemanticKernel.Connectors.AzureAISearch.AzureAISearchVectorStoreOptions? options = default);
new Microsoft.SemanticKernel.Connectors.AzureAISearch.AzureAISearchVectorStore : Azure.Search.Documents.Indexes.SearchIndexClient * Microsoft.SemanticKernel.Connectors.AzureAISearch.AzureAISearchVectorStoreOptions -> Microsoft.SemanticKernel.Connectors.AzureAISearch.AzureAISearchVectorStore
Public Sub New (searchIndexClient As SearchIndexClient, Optional options As AzureAISearchVectorStoreOptions = Nothing)
Parameters
- searchIndexClient
- SearchIndexClient
Azure AI Search client that can be used to manage the list of indices in an Azure AI Search Service.
- options
- AzureAISearchVectorStoreOptions
Optional configuration options for this class.