ScalableRAG Achieves High-Quality RAG with Zero Ingestion Cost

Hilaf Hasson, Aditya Chakravarty, Jayant Thomas, Krishna Gogineni· July 29, 2026 View original

Summary

Researchers introduce Zero-Ingestion ScalableRAG, a novel RAG solution that achieves high performance without any knowledge ingestion costs, outperforming baselines on several datasets. It operates by maintaining a dynamic workspace of document and value sets, enabling on-the-fly aggregative reasoning.

Retrieval-Augmented Generation (RAG) systems typically incur significant "ingestion costs" for building knowledge bases like graphs or SQL tables to optimize performance. This new research presents Zero-Ingestion ScalableRAG, a solution that eliminates these costs while still delivering high-quality RAG. The system operates without even a vector database, instead using a dynamic workspace of document and value sets. This allows for real-time, aggregative reasoning, particularly useful when grouping based on primary keys. Zero-Ingestion ScalableRAG demonstrated superior performance, outperforming all baselines, including knowledge graph approaches, in three out of six evaluated corpora. It achieved an average accuracy 7.36% higher than the next best baseline across all datasets. The paper also introduces Limited-Ingestion ScalableRAG, which uses a minimal vector database and automated pattern discovery to further enhance accuracy at scale, while capping the number of LLM calls independently of corpus size. The code for this innovative approach is publicly available.

Why it matters

This innovation significantly reduces the operational overhead and complexity associated with deploying high-quality RAG systems, making advanced AI capabilities more accessible and cost-effective for businesses.

How to implement this in your domain

  1. 1Evaluate your current RAG implementation costs, particularly for knowledge ingestion and vector database maintenance.
  2. 2Explore the open-source ScalableRAG code to understand its architecture and reasoning mechanisms.
  3. 3Pilot Zero-Ingestion ScalableRAG for specific use cases where ingestion costs are a bottleneck or real-time aggregative reasoning is critical.
  4. 4Consider Limited-Ingestion ScalableRAG for larger-scale applications where a minimal vector database can still provide benefits without excessive cost.
  5. 5Integrate the dynamic workspace concept into your RAG pipelines to enable on-the-fly data manipulation and reasoning.

Who benefits

Software DevelopmentAI/ML DevelopmentCustomer ServiceData Analytics

Key takeaways

  • ScalableRAG offers high-quality RAG without traditional knowledge ingestion costs.
  • It uses a dynamic workspace for on-the-fly aggregative reasoning.
  • The zero-ingestion version outperforms baselines, including knowledge graphs.
  • A limited-ingestion variant further improves accuracy at scale with minimal overhead.

Original post by Hilaf Hasson, Aditya Chakravarty, Jayant Thomas, Krishna Gogineni

"arXiv:2607.25135v1 Announce Type: new Abstract: Recent advances in RAG aim to optimize for performance by paying high ingestion costs for knowledge ingestion: building knowledge graphs or extracting SQL tables. In this work we show that the operations that such knowledge bases al…"

View on X

Originally posted by Hilaf Hasson, Aditya Chakravarty, Jayant Thomas, Krishna Gogineni on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses