Is multi-KB RAG a routing problem, not a retrieval problem?

Arc_bong · reddit · 2026-09-04

The author challenges the default "retrieve top-k from every source and fuse" enterprise RAG pattern:

He favors query → KB router selection → targeted retrieval → reranking → generation over retrieve-everywhere-then-fuse, at the cost of router errors and weaker coverage on genuinely cross-domain questions.

The insight came from comparing Lyzr Studio, LlamaIndex, LangChain and custom stacks; he asks what architectures actually hold up under dozens of knowledge sources and real production traffic.

Related event: Agentic RAG Debate: Route the Query, Don't Just Retrieve(2 posts)→

Original post →

More from coding & agent

coding & agent channel →