models
Amazon Bedrock Introduces Web Search for Up-to-Date Model Responses
Amazon Bedrock now offers a built-in Web Search tool that grounds model responses in current web knowledge, enhancing accuracy and reducing hallucinations without external vendors.
AS1 NewsSource: aws.amazon.com
Amazon Bedrock has announced the general availability of its Web Search feature, a server-side tool designed to ground foundation model responses in current web knowledge. This capability allows models to access and incorporate up-to-date information from Amazon's web index, which spans billions of documents and is continually refreshed. Unlike traditional methods that require integrating third-party web search providers, Web Search on Bedrock is a native feature, simplifying deployment and enhancing security.
The Web Search tool combines a multi-source grounding approach, leveraging a knowledge graph that anchors entities and their connections, with semantic snippet extraction that retrieves relevant passages from web pages. This ensures that responses are both accurate and contextually relevant, with minimal latency. The feature is enabled via a single parameter in existing OpenAI-compatible API calls, making it straightforward for developers to incorporate.
Web Search operates entirely within Amazon Bedrock’s infrastructure, supporting enterprise compliance with zero data egress by default. When activated, the system formulates search queries, retrieves relevant content, and injects snippets, source URLs, and titles into the model’s context. The final response includes structured citations, providing transparency and source attribution.
To get started, users need to configure AWS credentials with appropriate permissions, including inference and web search tool access. The process involves adding a simple tools parameter to API requests, with no need for separate API keys or complex orchestration. The feature is currently available in the US regions, with plans for future expansion.
This development simplifies the process of grounding AI models in real-time web knowledge, reducing operational overhead and enhancing response accuracy for applications such as chatbots, coding assistants, and enterprise tools.
Enhances foundation model grounding capabilities, improving response accuracy and reducing hallucinations, with simplified integration and compliance benefits.