View source: R/bedrockagentruntime_operations.R
bedrockagentruntime_retrieve | R Documentation |
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
)
guardrailConfiguration |
Guardrail settings. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base to query. |
nextToken |
If there are more results than can fit in the response, the response
returns a |
retrievalConfiguration |
Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations. |
retrievalQuery |
[required] Contains the query to send the knowledge base. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.