Uses of Class
com.azure.ai.openai.models.MongoDBChatExtensionParameters
Packages that use MongoDBChatExtensionParameters
-
Uses of MongoDBChatExtensionParameters in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return MongoDBChatExtensionParametersModifier and TypeMethodDescriptionMongoDBChatExtensionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MongoDBChatExtensionParameters from the JsonReader.MongoDBChatExtensionConfiguration.getParameters()Get the parameters property: The parameters for the MongoDB chat extension.MongoDBChatExtensionParameters.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.MongoDBChatExtensionParameters.setAuthentication(OnYourDataUsernameAndPasswordAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.MongoDBChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.MongoDBChatExtensionParameters.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.MongoDBChatExtensionParameters.setMaxSearchQueries(Integer maxSearchQueries) Set the maxSearchQueries property: The max number of rewritten queries should be send to search provider for one user message.MongoDBChatExtensionParameters.setStrictness(Integer strictness) Set the strictness property: The configured strictness of the search relevance filtering.MongoDBChatExtensionParameters.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 MongoDBChatExtensionParametersModifierConstructorDescriptionCreates an instance of MongoDBChatExtensionConfiguration class.