Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseRetrievalRequest
Packages that use KnowledgeBaseRetrievalRequest
Package
Description
For more information about Azure AI Search KnowledgeBases, supported features, and usage guidelines, see the Azure documentation and the Azure SDK for Java guidelines.
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseRetrievalRequest in com.azure.search.documents.knowledgebases
Methods in com.azure.search.documents.knowledgebases with parameters of type KnowledgeBaseRetrievalRequestModifier and TypeMethodDescriptionSearchKnowledgeBaseAsyncClient.retrieve(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Asynchronously retrieves relevant data from backing stores.SearchKnowledgeBaseClient.retrieve(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Retrieves relevant data from backing stores synchronously.Mono<com.azure.core.http.rest.Response<KnowledgeBaseRetrievalResponse>> SearchKnowledgeBaseAsyncClient.retrieveWithResponse(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization) Asynchronously retrieves relevant data from backing stores, with a full HTTP response.com.azure.core.http.rest.Response<KnowledgeBaseRetrievalResponse> SearchKnowledgeBaseClient.retrieveWithResponse(KnowledgeBaseRetrievalRequest retrievalRequest, String xMsQuerySourceAuthorization, com.azure.core.util.Context context) Retrieves relevant data from backing stores synchronously, with a full HTTP response. -
Uses of KnowledgeBaseRetrievalRequest in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseRetrievalRequestModifier and TypeClassDescriptionfinal classThe input contract for the retrieval request.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseRetrievalRequestModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseRetrievalRequest from the JsonReader.KnowledgeBaseRetrievalRequest.setIncludeActivity(Boolean includeActivity) Set the includeActivity property: Indicates retrieval results should include activity information.KnowledgeBaseRetrievalRequest.setIntents(List<KnowledgeRetrievalIntent> intents) Set the intents property: A list of intended queries to execute without model query planning.KnowledgeBaseRetrievalRequest.setKnowledgeSourceParams(List<KnowledgeSourceParams> knowledgeSourceParams) Set the knowledgeSourceParams property: A list of runtime parameters for the knowledge sources.KnowledgeBaseRetrievalRequest.setMaxOutputSize(Integer maxOutputSize) Set the maxOutputSize property: Limits the maximum size of the content in the output.KnowledgeBaseRetrievalRequest.setMaxRuntimeInSeconds(Integer maxRuntimeInSeconds) Set the maxRuntimeInSeconds property: The maximum runtime in seconds.KnowledgeBaseRetrievalRequest.setMessages(List<KnowledgeBaseMessage> messages) Set the messages property: A list of chat message style input.KnowledgeBaseRetrievalRequest.setOutputMode(KnowledgeRetrievalOutputMode outputMode) Set the outputMode property: The output configuration for this retrieval.KnowledgeBaseRetrievalRequest.setRetrievalReasoningEffort(KnowledgeRetrievalReasoningEffort retrievalReasoningEffort) Set the retrievalReasoningEffort property: The retrievalReasoningEffort property.