product updateAmazon Web Services

AWS launches Managed Knowledge Base for Bedrock with 6 enterprise connectors and automatic ACL enforcement

TL;DR

Amazon Web Services launched Managed Knowledge Base for Bedrock in general availability, offering a fully managed retrieval solution with six native enterprise connectors including SharePoint, Confluence, and Google Drive. The service handles document parsing up to 500 MB for PDFs, 2 GB for audio, and 10 GB for video, with real-time access control list verification at query time.

2 min read
0

AWS launches Managed Knowledge Base for Bedrock with 6 enterprise connectors and automatic ACL enforcement

Amazon Web Services launched Managed Knowledge Base for Amazon Bedrock in general availability, a fully managed retrieval solution that eliminates the need to provision and scale vector databases manually. The service includes six native data connectors and handles document parsing, storage, and access control automatically.

Native connectors and real-time access control

Managed Knowledge Base ships with connectors for Amazon S3, Microsoft SharePoint, Atlassian Confluence, Google Drive, Microsoft OneDrive, and a web crawler. The service includes a direct ingestion API for documents outside these sources. On subsequent syncs, the system processes only modified or new documents.

The service performs real-time ACL checks by verifying permissions directly with the authoritative source at query time, rather than relying on cached or mapped ACL data. According to AWS, pre-filtered documents exist only for the duration of the API call and are not visible to LLMs or users.

Syngenta Group is using the service to enable employees to create knowledge bases that sync data from SharePoint and Confluence. MRH Trowe deployed it for an internal AI copilot spanning thousands of documents in English and German.

Multimodal parsing and automatic storage

The service handles visual content documents (PDFs, PPT/PPTX, DOCX) up to 500 MB, audio files up to 2 GB, and video files up to 10 GB. It automatically selects parsing strategies for tables, charts, diagrams, mixed layouts, and media without configuration.

Managed Knowledge Base provides unified storage that auto-provisions capacity and scales from gigabytes to terabytes. Hybrid search combining keyword and semantic retrieval runs continuously with no separate index configuration. Data is encrypted at rest and in transit using AWS KMS keys.

Setup and retrieval APIs

Setup requires three API calls: create the knowledge base, add a data source, and start ingestion. AWS provides defaults for embedding models and chunking strategies, though developers can override these with fixed-size chunking or no chunking for pre-processed documents.

The service offers two retrieval APIs: Retrieve returns ranked source chunks with relevance scores for direct lookups and FAQ-style questions. A second API (not fully detailed in the source material) handles more complex queries requiring multi-hop reasoning.

OpenAI confirmed it is using Bedrock Managed Knowledge Base's RAG capabilities to ground inference for millions of users with customer context.

What this means

This release consolidates the enterprise RAG pipeline into a single managed service, eliminating weeks of infrastructure setup for teams building AI agents. The real-time ACL verification at query time addresses a significant security gap in knowledge retrieval systems that typically cache access permissions. The 500 MB document size limit for PDFs and 10 GB for video positions this as infrastructure for internal enterprise search rather than public-facing applications with larger content libraries.

Related Articles

product update

AWS Launches Framework-Agnostic Agent Evaluation via OpenTelemetry in Bedrock AgentCore

Amazon Bedrock AgentCore Evaluations now scores AI agents regardless of the framework they're built on, by reading OpenTelemetry and OpenInference instrumentation instead of requiring a specific SDK. The service automatically decodes traces from six named frameworks and extends coverage to any library following the same telemetry conventions.

product update

OpenAI to Cut Off Cursor's API Access After SpaceXAI Acquisition, Effective November 12, 2026

OpenAI announced it will stop providing its models to AI coding assistant Cursor on November 12, 2026, following Cursor's acquisition by Elon Musk's SpaceXAI. The company cited a lack of confidence that SpaceXAI would honor its terms of service, pointing to xAI's admitted use of OpenAI outputs to train competing models.

product update

Anthropic Launches Model Hardware Standard to Let AI Agents Control Lab Robots and Machines

Anthropic has released a research preview of the Model Hardware Standard (MHS), a protocol that lets AI agents discover and control physical devices like robotic arms and liquid handlers through a single interface. Built with HHMI Janelia Research Campus, the spec has been tested by Genentech, Carnegie Mellon, and QuEra, with Anthropic claiming it cuts hardware integration time from weeks to hours.

product update

OpenAI to Cut Off Cursor's API Access Nov. 12 After SpaceX Acquisition

OpenAI will terminate its API contract with AI coding tool Cursor on November 12, 2026, following SpaceX's acquisition of the company. OpenAI cites Elon Musk's past contract violations, including the 2022 Twitter data cutoff and admitted use of rival AI outputs to train Grok.

Comments

Loading...