Urgent.News

What's breaking now, across thousands of outlets.

AI

I Took the Wheel Off My RAG: Managed KB vs. Manual Chunking

In April I published a benchmark comparing 5 chunking strategies in Amazon Bedrock Knowledge Bases. The practical conclusion was simple: FIXED_SIZE with S3 Vectors as the backend, and that's it, unless your data justifies something more complex. Three months later, AWS took the question away from the problem entirely. Amazon Bedrock Managed Knowledge Base doesn't ask you to pick a chunking…

In April, a benchmark was published comparing five chunking strategies for Amazon Bedrock Knowledge Bases. The conclusion was straightforward: using FIXED_SIZE with S3 Vectors as the backend is optimal, unless your data justifies a more complex setup. However, three months later, AWS eliminated the need for users to choose a chunking strategy altogether. Amazon Bedrock Managed Knowledge Base handles parsing based on document type, manages the vector store, and uses AgenticRetrieveStream for complex queries.

The author conducted a study to determine the cost of quality lost when relinquishing control over the chunking process and under what conditions. The study focused on three models: Managed KB with fixed size, Managed KB with Smart Parsing, and AgenticRetrieveStream with the default planner. The author also compared the performance of these configurations against two question sets: the original 25 single-hop questions from April and 15 new multi-hop questions written against the actual document text.

The results showed that Managed KB with Simple Retrieve performed similarly to the manual configuration in accuracy. Smart Parsing was able to ingest PDFs that failed in the April configuration and did so more quickly. However, the AgenticRetrieveStream with the default planner did not generate sub-queries across all 80 evaluated questions, even when the questions were demonstrably solvable with simple retrieval.

On multi-hop questions, the AgenticRetrieveStream landed below simple retrieval, and with a small custom planner, the real decomposition was only observed on questions that did not need it. With a large custom planner, multi-hop correctness jumped from 0.50 to 1.00, but the planner and generator shared the same model. The study highlights the importance of measuring the loss of control when using Managed Knowledge Base and the potential benefits of a large custom planner.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

AI helps dentists practice the conversations that matter

A University of Rochester collaboration is using an AI-powered virtual patient to help dentists strengthen their communication, build trust and better respond to patients' fears and concerns. For many patients, sitting in a dental chair can be stressful long before treatment begins.

Enterprise AI readiness trails the hype amid agentic rush

Enterprise AI readiness is trailing industry rhetoric as organizations struggle to modernize infrastructure, control costs and choose appropriate applications. That gap is becoming more visible as companies attempt to move from limited experimentation into systems embedded in core business operations.

More from Friday 4 September →