Uses of Enum
dev.langchain4j.rag.content.retriever.azure.search.AzureAiSearchQueryType
Packages that use AzureAiSearchQueryType
-
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 type with the specified name.static AzureAiSearchQueryType[]AzureAiSearchQueryType.values()Returns an array containing the constants of this enum type, 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)