SproutRAG: Attention-Guided Tree Search with Progressive Embeddings for Long-Document RAG (opens in new tab)
Retrieval-augmented generation (RAG) systems must balance retrieval granularity with contextual coherence, a challenge that existing methods address through LLM-guided chunking, single-level context expansion, or hierarchical summarization. These approaches variously depend on costly LLM calls during indexing or retrieval, limit context aggregation to a single granularity level, or introduce information loss through summarization. We present Spr...
Read the original article