TeleRAG: Efficient Retrieval-Augmented Generation Inference with Lookahead Retrieval
Abstract
Retrieval-augmented generation (RAG) extends large language models (LLMs) with external data sources to enhance factual correctness and domain coverage. Modern RAG pipelines rely on large datastores, leading to system challenges in latency-sensitive deployments, especially when limited GPU memory is available. To address these challenges, we propose TeleRAG, an efficient inference system that reduces RAG latency with minimal GPU memory requirements. The core innovation of TeleRAG is lookahead retrieval, a prefetching mechanism that anticipates required data and transfers it from CPU to GPU in parallel with LLM generation. By leveraging the modularity of RAG pipelines, the inverted file index (IVF) search algorithm and similarities between queries, TeleRAG optimally overlaps data movement and computation. Experimental results show that TeleRAG reduces end-to-end RAG inference latency by up to 1.72x on average compared to state-of-the-art systems, enabling faster, more memory-efficient deployments of advanced RAG applications.
Community
TeleRAG is a low-latency inference system for RAG.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Efficient Federated Search for Retrieval-Augmented Generation (2025)
- HeadInfer: Memory-Efficient LLM Inference by Head-wise Offloading (2025)
- Long-Context Inference with Retrieval-Augmented Speculative Decoding (2025)
- fMoE: Fine-Grained Expert Offloading for Large Mixture-of-Experts Serving (2025)
- Make LLM Inference Affordable to Everyone: Augmenting GPU Memory with NDP-DIMM (2025)
- Cache-Craft: Managing Chunk-Caches for Efficient Retrieval-Augmented Generation (2025)
- Activation-aware Probe-Query: Effective Key-Value Retrieval for Long-Context LLMs Inference (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper