feat: add Bedrock Managed Knowledge Base support#43
Open
PVidyadhar wants to merge 1 commit into
Open
Conversation
PVidyadhar
force-pushed
the
bmkb-managed-kb-support
branch
2 times, most recently
from
July 13, 2026 17:53
722e8db to
557d3f4
Compare
PVidyadhar
marked this pull request as ready for review
July 13, 2026 17:57
PVidyadhar
force-pushed
the
bmkb-managed-kb-support
branch
4 times, most recently
from
July 16, 2026 08:54
87b6fc0 to
9928b40
Compare
- CDK stack defaults to MANAGED KB type (no blog, new repo) - Creates KB with Type MANAGED via CfnKnowledgeBase + addPropertyOverride - Data source uses MANAGED_KNOWLEDGE_BASE_CONNECTOR - Agent tool supports both MANAGED and VECTOR via KNOWLEDGE_BASE_TYPE env var - AgenticRetrieveStream with fallback to Retrieve + managedSearchConfiguration - Updated README with managed KB section, reranking options, and doc links - Added BEDROCK_MANAGED_KB.md design doc - VECTOR path available via --context knowledgeBaseType=VECTOR
PVidyadhar
force-pushed
the
bmkb-managed-kb-support
branch
from
July 16, 2026 09:26
9928b40 to
cdd56ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
N/A — new feature addition for AWS Bedrock Managed Knowledge Base GA launch.
Description of changes:
Added Bedrock Managed Knowledge Base support to the AgentCore starter kit. The CDK stack defaults to MANAGED KB type (simpler setup, no external
vector store needed). VECTOR path remains available via
--context knowledgeBaseType=VECTOR.Changes:
Type: MANAGEDvia CfnKnowledgeBase + addPropertyOverrideMANAGED_KNOWLEDGE_BASE_CONNECTORKNOWLEDGE_BASE_TYPEenv var--context knowledgeBaseType=VECTORTesting:
--context knowledgeBaseType=VECTORspecifiedBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.