LEANN: A Low-Storage Overhead Vector Index

Published: 19 Mar 2026, Last Modified: 20 May 2026MLSys 2026EveryoneRevisionsBibTeXCC BY 4.0
Keywords: RAG, Retrivial, Agent, Edge Device
TL;DR: Cuts vector index storage by up to 50× by recomputing embeddings on the fly—without hurting RAG accuracy or latency.
Abstract: Embedding-based vector search underpins many important applications, such as recommendation and retrieval-augmented generation (RAG). It relies on vector indices to enable efficient search. However, these indices require storing high-dimensional embeddings and large index metadata, whose total size can be several times larger than the original data (e.g., text chunks). Such high storage overhead makes it difficult, or even impractical, to deploy vector search on personal devices or large-scale datasets. To tackle this problem, we propose LEANN, a storage-efficient index for vector search that recomputes embeddings on the fly instead of storing them, and compresses state-of-the-art proximity graph indices while preserving search accuracy. LEANN delivers high-quality vector search while using only a fraction of the storage (e.g., 5% of the original data) and supporting storage-efficient index construction and updates. On real-world benchmarks, LEANN reduces index size by up to 50× compared with conventional indices, while maintaining SOTA accuracy and comparable latency for RAG applications.
Topics: Agentic Systems: Data and knowledge management for agentic AI, Agentic Systems: Systems optimizations for agentic AI applications, Model Serving: Edge, mobile, and IoT systems, Model Serving: System optimizations for model serving
Submission Number: 59
Loading