Uses of Class
com.azure.ai.openai.models.AzureSearchQueryType
Packages that use AzureSearchQueryType
-
Uses of AzureSearchQueryType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as AzureSearchQueryTypeModifier and TypeFieldDescriptionstatic final AzureSearchQueryTypeAzureSearchQueryType.SEMANTICRepresents the semantic query parser for advanced semantic modeling.static final AzureSearchQueryTypeAzureSearchQueryType.SIMPLERepresents the default, simple query parser.static final AzureSearchQueryTypeAzureSearchQueryType.VECTORRepresents vector search over computed data.static final AzureSearchQueryTypeAzureSearchQueryType.VECTOR_SEMANTIC_HYBRIDRepresents a combination of semantic search and vector data querying.static final AzureSearchQueryTypeAzureSearchQueryType.VECTOR_SIMPLE_HYBRIDRepresents a combination of the simple query strategy with vector data.Methods in com.azure.ai.openai.models that return AzureSearchQueryTypeModifier and TypeMethodDescriptionstatic AzureSearchQueryTypeAzureSearchQueryType.fromString(String name) Creates or finds a AzureSearchQueryType from its string representation.AzureSearchChatExtensionParameters.getQueryType()Get the queryType property: The query type to use with Azure Cognitive Search.Methods in com.azure.ai.openai.models that return types with arguments of type AzureSearchQueryTypeModifier and TypeMethodDescriptionstatic Collection<AzureSearchQueryType>AzureSearchQueryType.values()Gets known AzureSearchQueryType values.Methods in com.azure.ai.openai.models with parameters of type AzureSearchQueryTypeModifier and TypeMethodDescriptionAzureSearchChatExtensionParameters.setQueryType(AzureSearchQueryType queryType) Set the queryType property: The query type to use with Azure Cognitive Search.