GraphCanon updated 1mo · GitHub synced 1mo · 26 views this month
Decision brief
Endee is an efficient vector database capable of managing up to 1 billion vectors on one node, with significant performance boosts from its optimized indexing and execution.
Good fit when
- When you need extreme performance in handling large-scale vector datasets for AI搜索和图像搜索任务。
- 如果你在寻找一个可以安装在一个节点上处理高达10亿个向量的数据库,Endee是一个理想的选择。
Avoid when
- When your project requires a vector database under less permissive licenses than AGPL-3.0.
- 如果您的应用场景对可扩展性和多节点部署有要求,那么Endee可能不是最佳选择。
- Pricing:
- unknown - Information about the pricing model of Endee is not provided in the repository.
Observed Jul 14, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Active (22d since push)
- As of 1mo
- Provenance
- Not a fork · Organization account
- As of 1mo
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/endee-io/endeeHow it fits your stack(6)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Endee.io is equipped with optimized indexing and execution capabilities for significant performance gains, suitable for tasks like AI search and image search.
Capability facts
- Deploy
- Self-host
Source: dockerfile:docker-compose.yml · Jul 22, 2026
- Docker
- Dockerfile present
Source: dockerfile:docker-compose.yml · Jul 22, 2026
- Languages
- c++
Source: github.language · Jul 22, 2026
Categories
Graph entities
Tags
README
Getting Started
The full installation, build, Docker, runtime, and authentication instructions are in docs/getting-started.md.
Fastest local path:
chmod +x ./install.sh ./run.sh
./install.sh --release --avx2
./run.sh
The server listens on port 8080. For detailed setup paths, supported operating systems, CPU optimization flags, Docker usage, and authentication examples, use:
- Getting Started
- Hosted Quick Start Docs
License
Endee is free software licensed under the GNU Affero General Public License v3.0 (AGPLv3). See the LICENSE file for full terms.
Note: This repository tracks an earlier line of Endee. The actively developed version has diverged significantly, and keeping both in lockstep is no longer practical for us to maintain. This codebase is provided under the AGPLv3 for the community to fork, study, and build upon. If you run a modified version as a network service, the AGPLv3 requires you to make your modified source available to its users.
For agents
This page has a .md twin and JSON over the API.