Uses of Class
dev.langchain4j.store.embedding.azure.search.AzureAiSearchEmbeddingStore.Builder
Packages that use AzureAiSearchEmbeddingStore.Builder
-
Uses of AzureAiSearchEmbeddingStore.Builder in dev.langchain4j.store.embedding.azure.search
Methods in dev.langchain4j.store.embedding.azure.search that return AzureAiSearchEmbeddingStore.BuilderModifier and TypeMethodDescriptionSets the Azure AI Search API key.AzureAiSearchEmbeddingStore.builder()
AzureAiSearchEmbeddingStore.Builder.createOrUpdateIndex
(boolean createOrUpdateIndex) 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.AzureAiSearchEmbeddingStore.Builder.filterMapper
(AzureAiSearchFilterMapper filterMapper) 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.