-
Sets the Azure AI Search API key.
AzureAiSearchEmbeddingStore.builder()
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.
AzureAiSearchEmbeddingStore.Builder.index(com.azure.search.documents.indexes.models.SearchIndex index)
If using a custom index, sets the index to be used.
AzureAiSearchEmbeddingStore.Builder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential)
Used to authenticate to Azure OpenAI with Azure Active Directory credentials.