Uses of Class
com.azure.ai.openai.models.ElasticsearchChatExtensionParameters
Packages that use ElasticsearchChatExtensionParameters
-
Uses of ElasticsearchChatExtensionParameters in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ElasticsearchChatExtensionParametersModifier and TypeMethodDescriptionElasticsearchChatExtensionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ElasticsearchChatExtensionParameters from the JsonReader.ElasticsearchChatExtensionConfiguration.getParameters()Get the parameters property: The parameters to use when configuring Elasticsearch®.ElasticsearchChatExtensionParameters.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.ElasticsearchChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.ElasticsearchChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.ElasticsearchChatExtensionParameters.setFieldsMapping(ElasticsearchIndexFieldMappingOptions fieldsMapping) Set the fieldsMapping property: The index field mapping options of Elasticsearch®.ElasticsearchChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.ElasticsearchChatExtensionParameters.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.ElasticsearchChatExtensionParameters.setMaxSearchQueries(Integer maxSearchQueries) Set the maxSearchQueries property: The max number of rewritten queries should be send to search provider for one user message.ElasticsearchChatExtensionParameters.setQueryType(ElasticsearchQueryType queryType) Set the queryType property: The query type of Elasticsearch®.ElasticsearchChatExtensionParameters.setStrictness(Integer strictness) Set the strictness property: The configured strictness of the search relevance filtering.ElasticsearchChatExtensionParameters.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 ElasticsearchChatExtensionParametersModifierConstructorDescriptionCreates an instance of ElasticsearchChatExtensionConfiguration class.