Ross ROSS = Recommend OSS · open-source software intelligence for agents

endee-io/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/ observed · 2026-08-28

github.com/endee-io/endee · homepage · C++ · AGPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 95
  • Release rhythm 85
  • Longevity 15
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 10
  • age_days: 221
  • days_rel: 103
  • days_push: 35
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

1303 stars · 1659 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Endee is a high-performance C++ vector database designed to handle up to 1B vectors on a single node, supporting dense, sparse (BM25), and multi-vector retrieval with HNSW-based ANN search, payload filtering, and quantization. It can be self-hosted via Docker or used as a fully-managed serverless cloud, with client integrations for LangChain, LlamaIndex, and CrewAI.

Use cases

  • build a RAG pipeline with semantic search over embeddings
  • run hybrid search combining dense vectors and BM25 keyword retrieval
  • store and query a billion vectors on a single node
  • add filtered vector search with metadata to my app
  • power a recommendation engine with fast nearest-neighbor lookup
  • deploy vector search on edge devices for visual navigation
  • fuse results from multiple vector fields with reciprocal rank fusion

When to choose

  • you need very high vector throughput and low latency at billion-scale on a single node
  • you want hybrid dense + sparse retrieval with filtering in one platform
  • you need both a managed cloud and a self-hosted Docker option
  • you're building RAG, semantic search, or recommendation systems and want LangChain/LlamaIndex integrations

When to avoid

  • you need a mature ecosystem with broad community support and permissive licensing (AGPL-3.0, relatively new project)
  • you only need simple full-text search without vectors
  • you require multi-node distributed clustering on a budget (cluster tier is enterprise-priced)
  • your stack depends on a vector database with wide third-party tooling and long production track record

Facets

service · maturity active

vector-database search-engine rag caching databases artificial-intelligence machine-learning developer-tools self-hosted cloud cpp ann hnsw hybrid-search semantic-search sparse-vectors bm25 quantization edge-ai similarity-search embeddings search retrieval-augmented-generation docker linux

5 sources

Member repositories

RepositoryRoleHealth v2
endee-io/endeemain76

For agents

markdown · JSON · MCP: product_card(name="endee-io/endee")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem