#33 · Primary category: Vector Databases
endee
Endee.io – A high-performance vector database, designed to handle up to 1B vectors on a single node, delivering significant performance gains through optimized indexing and execution. Also available in cloud https://endee.io/
Project last updated:07/29/26
GitHub Stars
1.3K
Forks
1.7K
Contributors
14
License
AGPL-3.0
Why we included this project
Endee is a self-contained vector database built for retrieval-heavy production workloads, so it is worth a look if you are choosing the storage layer for a RAG pipeline or a semantic search service. It stores high-dimensional embeddings, exposes an HTTP API for indexing and querying, and layers metadata filtering and sparse retrieval on top of dense vector search, so hybrid relevance does not require stitching several services together. The C++ core is tuned for specific CPU targets such as AVX2, AVX512, and NEON, which matters for teams running on bare metal or Docker who care about throughput per node rather than a managed SaaS. It also ships documented backup flows and runtime logging, the operational details you tend to need before moving a search service into production. Teams experimenting with agent memory or retrieval augmented generation will find it a compact, self-hostable option worth profiling against their own data.
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