AIToday
Large Language ModelsAI Business & IndustryAmazon AI BlogPublished: Sep 1, 2026, 06:01 JST2 min read

Amazon Bedrock launches agentic retrieval with observability

Amazon Bedrock launches agentic retrieval with observability

Key takeaway

  • AWS has released a new blueprint for agentic retrieval on Amazon Bedrock. It uses a reasoning agent that routes questions to multiple knowledge bases.

  • The system ships with built-in observability and evaluation.

  • This helps enterprises deploy AI systems that are reliable and transparent.

3 Key Points

  1. What happened

    Amazon Web Services (AWS) has introduced a solution for building enterprise agentic retrieval on Amazon Bedrock Managed Knowledge Base, which includes an agent that reasons over questions, routes to the correct knowledge base, and returns cited answers. The solution is deployed via a chain of four AWS CloudFormation stacks.

  2. Why it matters

    Unlike basic RAG (Retrieval Augmented Generation, where a model fetches text to answer a question), this agentic approach handles complex questions spanning multiple sources by deciding which knowledge base to consult. However, this introduces the challenge of observing what the agent did and whether the answer is good, which the solution addresses with two CloudWatch dashboards spanning seven telemetry layers and both on-demand and continuous evaluation.

  3. What to watch

    The solution includes two sample corpora—a financial report (Octank Financial 10-K) and a weather report (U.S. Congressional Research Service on tornadoes)—to demonstrate routing between knowledge bases. It is built with Amazon Bedrock AgentCore and the AgentCore Gateway, and requires no custom Lambda for retrieval, as the gateway uses the native bedrock-knowledge-bases connector.

Ask the AI about this article →

Context & Analysis

This move by AWS directly addresses a pain point for enterprises moving from simple RAG prototypes to production AI systems. The previous post automated single-shot RAG, but as teams scale to multi-source questions, the need to see and verify an agent's reasoning becomes critical. By baking in OpenTelemetry spans and evaluation dashboards from the start, AWS is positioning Managed Knowledge Base as the enterprise-grade option, especially when compared to the DIY approach that requires managing your own vector database and lacks agentic capabilities.

The two-level routing design is notable: the agent's reasoning model selects the right knowledge base, and then AgenticRetrieveStream handles sub-query decomposition and iterative retrieval within that base. This separation keeps per-knowledge-base signals clean, which is essential for troubleshooting and cost tracking. The use of two distinct corpora (financial and weather) in the sample illustrates this routing in action. For businesses, the key takeaway is that this solution is deployable as a single CloudFormation chain, making it reproducible and consistent, which is a prerequisite for production workloads.

FAQ

What is the difference between managed and customer-managed knowledge bases?
Amazon Bedrock Managed Knowledge Base supports agentic retrieval and AgentCore Gateway integration, while customer-managed (DIY) knowledge bases do not. Managed removes the need to provision, scale, and patch a vector database.
What observability does the solution provide?
It includes two CloudWatch dashboards with seven layers of telemetry: knowledge base metrics, ingestion status, retrieval quality, gateway metrics, span traces, token usage, and evaluation scores for correctness, faithfulness, tool-selection, and response relevance.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Nvidia revives Rubin CPX chip with major redesignYahoo Finance AI · 29m ago
  • AI advice followed by 79%, but well-being unchangedITmedia AI+ · 3h ago
  • Enterprises face agent governance gapSiliconANGLE AI · 6h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleWorkday brings AI agents into Gmail, keeping ERP guardrails