#12 · Primary category: Vector Databases
LEANN
[MLsys2026 Best Paper]: https://arxiv.org/abs/2506.08276. RAG on Everything with LEANN. Enjoy 97% storage savings while running a fast, accurate, and 100% private RAG application on your personal device.
Project last updated:08/25/26
GitHub Stars
12.8K
Forks
1.2K
Contributors
48
License
MIT
Why we included this project
LEANN is a good fit for developers who want semantic search and retrieval over very large personal collections while keeping everything on their own machine. It stores graph-based indexes instead of a full embedding per chunk and recomputes embeddings on demand, which is how it fits millions of documents in a few gigabytes and cuts storage by about 97%. Alongside the engine, it ships ready-made workflows for searching your file system, email, chat history, or browser history, and it supports MCP natively, so tools like Claude Code can use it as a semantic search service. It also plays well with LangChain, LlamaIndex, and Ollama, so it slots into stacks people already run. If your constraints are storage cost and keeping data off the cloud, this gives you a concrete, offline-first route to real RAG rather than a library you'd have to wire together yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI