-
Sets the Azure AI Search API key.
AzureAiSearchEmbeddingStore.builder()
Whether to create or update the search index.
AzureAiSearchEmbeddingStore.Builder.dimensions(int dimensions)
If using the ready-made index, sets the number of dimensions of the embeddings.
Sets the Azure AI Search endpoint.
Sets the filter mapper to be used.
AzureAiSearchEmbeddingStore.Builder.index(com.azure.search.documents.indexes.models.SearchIndex index)
If using a custom index, sets the index to be used.
If no index is provided, set the name of the default index to be used.
AzureAiSearchEmbeddingStore.Builder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential)
Used to authenticate to Azure OpenAI with Azure Active Directory credentials.