Uses of Class
com.azure.ai.openai.models.AzureCognitiveSearchChatExtensionParameters
Packages that use AzureCognitiveSearchChatExtensionParameters
-
Uses of AzureCognitiveSearchChatExtensionParameters in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureCognitiveSearchChatExtensionParametersModifier and TypeMethodDescriptionAzureCognitiveSearchChatExtensionConfiguration.getParameters()Get the parameters property: The parameters to use when configuring Azure Cognitive Search.AzureCognitiveSearchChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.AzureCognitiveSearchChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.AzureCognitiveSearchChatExtensionParameters.setEmbeddingEndpoint(String embeddingEndpoint) Set the embeddingEndpoint property: When using embeddings for search, specifies the resource endpoint URL from which embeddings should be retrieved.AzureCognitiveSearchChatExtensionParameters.setEmbeddingKey(String embeddingKey) Set the embeddingKey property: When using embeddings, specifies the API key to use with the provided embeddings endpoint.AzureCognitiveSearchChatExtensionParameters.setFieldsMapping(AzureCognitiveSearchIndexFieldMappingOptions fieldsMapping) Set the fieldsMapping property: Customized field mapping behavior to use when interacting with the search index.Set the filter property: Search filter.AzureCognitiveSearchChatExtensionParameters.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.Set the key property: The API key to use when interacting with the Azure Cognitive Search resource.AzureCognitiveSearchChatExtensionParameters.setQueryType(AzureCognitiveSearchQueryType queryType) Set the queryType property: The query type to use with Azure Cognitive Search.AzureCognitiveSearchChatExtensionParameters.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.AzureCognitiveSearchChatExtensionParameters.setSemanticConfiguration(String semanticConfiguration) Set the semanticConfiguration property: The additional semantic configuration for the query.AzureCognitiveSearchChatExtensionParameters.setStrictness(Integer strictness) Set the strictness property: The configured strictness of the search relevance filtering.AzureCognitiveSearchChatExtensionParameters.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 AzureCognitiveSearchChatExtensionParametersModifierConstructorDescriptionAzureCognitiveSearchChatExtensionConfiguration(AzureCognitiveSearchChatExtensionParameters parameters) Creates an instance of AzureCognitiveSearchChatExtensionConfiguration class.