#40 · Primary category: Vector Databases
vectordb
Epsilla is a high performance Vector Database Management System
Project last updated:11/29/25
GitHub Stars
875
Forks
46
Contributors
9
License
GPL-3.0
Why we included this project
Epsilla is a vector database that behaves like a regular database: vectors live in tables with the same fields, keys, and indexes you already know, instead of sitting behind a bare indexing library. That makes it a practical choice for retrieval-augmented generation and semantic search, where the storage layer tends to become the bottleneck. It handles metadata filtering, hybrid dense and sparse retrieval, and built-in embeddings, so you can query in natural language without gluing the pieces together yourself. The engine is written in C++, and the README claims a tenfold speedup in search, which is worth verifying against your own dataset. A Docker image, Python, JavaScript, and Ruby clients, REST endpoints, and LangChain and LlamaIndex integrations keep setup quick.
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