Queries a knowledge base and retrieves information from it.
See https://www.paws-r-sdk.com/docs/bedrockagentruntime_retrieve/ for full documentation.
bedrockagentruntime_retrieve(
guardrailConfiguration = NULL,
knowledgeBaseId,
nextToken = NULL,
retrievalConfiguration = NULL,
retrievalQuery
)
Guardrail settings.
[required] The unique identifier of the knowledge base to query.
If there are more results than can fit in the response, the response
returns a nextToken
. Use this token in the nextToken
field of
another request to retrieve the next batch of results.
Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations.
[required] Contains the query to send the knowledge base.