Uses of Class
com.azure.ai.openai.models.AzureSearchChatExtensionParameters
Packages that use AzureSearchChatExtensionParameters
-
Uses of AzureSearchChatExtensionParameters in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureSearchChatExtensionParametersModifier and TypeMethodDescriptionAzureSearchChatExtensionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureSearchChatExtensionParameters from the JsonReader.AzureSearchChatExtensionConfiguration.getParameters()Get the parameters property: The parameters to use when configuring Azure Search.AzureSearchChatExtensionParameters.setAllowPartialResult(Boolean allowPartialResult) Set the allowPartialResult property: If specified as true, the system will allow partial search results to be used and the request fails if all the queries fail.AzureSearchChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.AzureSearchChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.AzureSearchChatExtensionParameters.setFieldsMapping(AzureSearchIndexFieldMappingOptions fieldsMapping) Set the fieldsMapping property: Customized field mapping behavior to use when interacting with the search index.Set the filter property: Search filter.AzureSearchChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.AzureSearchChatExtensionParameters.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.AzureSearchChatExtensionParameters.setMaxSearchQueries(Integer maxSearchQueries) Set the maxSearchQueries property: The max number of rewritten queries should be send to search provider for one user message.AzureSearchChatExtensionParameters.setQueryType(AzureSearchQueryType queryType) Set the queryType property: The query type to use with Azure Cognitive Search.AzureSearchChatExtensionParameters.setRoleInformation(String roleInformation) Set the roleInformation property: Give the model instructions about how it should behave and any context it should reference when generating a response.AzureSearchChatExtensionParameters.setSemanticConfiguration(String semanticConfiguration) Set the semanticConfiguration property: The additional semantic configuration for the query.AzureSearchChatExtensionParameters.setStrictness(Integer strictness) Set the strictness property: The configured strictness of the search relevance filtering.AzureSearchChatExtensionParameters.setTopNDocuments(Integer topNDocuments) Set the topNDocuments property: The configured top number of documents to feature for the configured query.Constructors in com.azure.ai.openai.models with parameters of type AzureSearchChatExtensionParametersModifierConstructorDescriptionCreates an instance of AzureSearchChatExtensionConfiguration class.