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 TypeMethodDescriptionAzureSearchChatExtensionConfiguration.getParameters()Get the parameters property: The parameters to use when configuring Azure Search.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.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.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.