retrieve_from_aws_kb
Retrieve relevant information from AWS Knowledge Bases by querying with specific questions and Knowledge Base ID using RAG via Bedrock Agent Runtime.
Instructions
Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
knowledgeBaseId | Yes | The ID of the AWS Knowledge Base | |
n | No | Number of results to retrieve | |
query | Yes | The query to perform retrieval on |