Partager via


AzureAISearchVectorStore Constructor

Definition

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.

Applies to