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 TypeMethodDescriptionElasticsearchChatExtensionConfiguration.getParameters()Get the parameters property: The parameters to use when configuring Elasticsearch®.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.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.ElasticsearchChatExtensionParameters.setQueryType(ElasticsearchQueryType queryType) Set the queryType property: The query type of Elasticsearch®.ElasticsearchChatExtensionParameters.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.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.