Uses of Enum Class
dev.langchain4j.rag.content.retriever.azure.search.AzureAiSearchQueryType
Packages that use AzureAiSearchQueryType
Package
Description
-
Uses of AzureAiSearchQueryType in dev.langchain4j.rag.content.retriever.azure.search
Methods in dev.langchain4j.rag.content.retriever.azure.search that return AzureAiSearchQueryTypeModifier and TypeMethodDescriptionstatic AzureAiSearchQueryTypeReturns the enum constant of this class with the specified name.static AzureAiSearchQueryType[]AzureAiSearchQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.rag.content.retriever.azure.search with parameters of type AzureAiSearchQueryTypeModifier and TypeMethodDescriptionAzureAiSearchContentRetriever.Builder.queryType(AzureAiSearchQueryType azureAiSearchQueryType) Sets the Azure AI Search Query Type.Constructors in dev.langchain4j.rag.content.retriever.azure.search with parameters of type AzureAiSearchQueryTypeModifierConstructorDescriptionAzureAiSearchContentRetriever(String endpoint, com.azure.core.credential.AzureKeyCredential keyCredential, com.azure.core.credential.TokenCredential tokenCredential, boolean createOrUpdateIndex, int dimensions, com.azure.search.documents.indexes.models.SearchIndex index, String indexName, dev.langchain4j.model.embedding.EmbeddingModel embeddingModel, int maxResults, double minScore, AzureAiSearchQueryType azureAiSearchQueryType, AzureAiSearchFilterMapper filterMapper, dev.langchain4j.store.embedding.filter.Filter filter) -
Uses of AzureAiSearchQueryType in dev.langchain4j.store.embedding.azure.search
Methods in dev.langchain4j.store.embedding.azure.search with parameters of type AzureAiSearchQueryTypeModifier and TypeMethodDescriptionstatic doubleAbstractAzureAiSearchEmbeddingStore.fromAzureScoreToRelevanceScore(com.azure.search.documents.models.SearchResult searchResult, AzureAiSearchQueryType azureAiSearchQueryType) Calculates LangChain4j's RelevanceScore from Azure AI Search's score, for the 4 types of search.protected List<dev.langchain4j.store.embedding.EmbeddingMatch<dev.langchain4j.data.segment.TextSegment>> AbstractAzureAiSearchEmbeddingStore.getEmbeddingMatches(com.azure.search.documents.util.SearchPagedIterable searchResults, Double minScore, AzureAiSearchQueryType azureAiSearchQueryType)