Skip to content

endee-io/endee

Repository files navigation

Endee

High-performance open-source vector database for AI search, RAG, semantic search, and hybrid retrieval.

Quick Start Docs License Discord Website

Quick StartWhy EndeeUse CasesFeaturesAPI and ClientsDocsContact

Endee: Open-Source Vector Database for AI Search

Endee is a high-performance open-source vector database built for AI search and retrieval workloads. It is designed for teams building RAG pipelines, semantic search, hybrid search, recommendation systems, and filtered vector retrieval APIs that need production-oriented performance and control.

Endee combines vector search with filtering, sparse retrieval support, backup workflows, and deployment flexibility across local builds and Docker-based environments. The project is implemented in C++ and optimized for modern CPU targets, including AVX2, AVX512, NEON, and SVE2.

If you want the fastest path to evaluate Endee locally, start with the Getting Started guide or the hosted docs at docs.endee.io.

Why Endee

  • Built as a dedicated vector database for AI applications, search systems, and retrieval-heavy workloads.
  • Supports dense vector retrieval plus sparse search capabilities for hybrid search use cases.
  • Includes payload filtering for metadata-aware retrieval and application-specific query logic.
  • Ships with operational features already documented in this repo, including backup flows and runtime observability.
  • Offers flexible deployment paths: local scripts, manual builds, Docker images, and prebuilt registry images.

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:

Use Cases

RAG and AI Retrieval

Use Endee as the retrieval layer for question answering, chat assistants, copilots, and other RAG applications that need fast vector search with metadata-aware filtering.

Agentic AI and AI Agent Memory

Use Endee as the long-term memory and context retrieval layer for AI agents built with frameworks like LangChain, CrewAI, AutoGen, and LlamaIndex. Store and retrieve past observations, tool outputs, conversation history, and domain knowledge mid-execution with low-latency filtered vector search, so your autonomous agents get the right context without stalling their reasoning loop.

Semantic Search

Build semantic search experiences for documents, products, support content, and knowledge bases using vector similarity search instead of exact keyword-only matching.

Hybrid Search

Combine dense retrieval, sparse vectors, and filtering to improve relevance for search workflows where both semantic understanding and term-level precision matter.

Recommendations and Matching

Support recommendation, similarity matching, and nearest-neighbor retrieval workflows across text, embeddings, and other high-dimensional representations.

Features

  • Vector search for AI retrieval and semantic similarity workloads.
  • Hybrid retrieval support with sparse vector capabilities documented in docs/sparse.md.
  • Payload filtering for structured retrieval logic documented in docs/filter.md.
  • Backup APIs and flows documented in docs/backup-system.md.
  • Operational logging and instrumentation documented in docs/logs.md and docs/mdbx-instrumentation.md.
  • CPU-targeted builds for AVX2, AVX512, NEON, and SVE2 deployments.
  • Docker deployment options for local and server environments.

API and Clients

Endee exposes an HTTP API for managing indexes and serving retrieval workloads. The current repo documentation and examples focus on running the server directly and calling its API endpoints.

Current developer entry points:

Docs and Links

Community and Contact

Contributing

We welcome contributions from the community to help make vector search faster and more accessible for everyone.

  • Submit pull requests for fixes, features, and improvements
  • Report bugs or performance issues through GitHub issues
  • Propose enhancements for search quality, performance, and deployment workflows

License

Endee is open source software licensed under the Apache License 2.0. See the LICENSE file for full terms.

Trademark and Branding

“Endee” and the Endee logo are trademarks of Endee Labs.

The Apache License 2.0 does not grant permission to use the Endee name, logos, or branding in a way that suggests endorsement or affiliation.

If you offer a hosted or managed service based on this software, you must use your own branding and avoid implying it is an official Endee service.

Third-Party Software

This project includes or depends on third-party software components licensed under their respective open-source licenses. Use of those components is governed by their own license terms.

About

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/

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors