freshcrate
Home > Databases > endee

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 i

Description

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/

README

Endee

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

Quick StartDocsLicenseDiscordWebsite Quick Start β€’ Why Endee β€’ Use Cases β€’ Features β€’ API and Clients β€’ Docs β€’ Contact

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.

Release History

VersionChangesUrgencyDate
v1.3.4# Release Notes: 1.3.4 This document captures the net change from 1.3.0 to v1.3.4 as of April 17, 2026. Compatibility: Endee server 1.3.4 Supported with Python client 0.1.26 **Current diff scope:** 6 commits ahead of 1.3.0 4 files changed 20 insertions and 20 deletions --- ## Executive Summary v1.3.4 is a system defaults and CI hardening release on top of 1.3.0. The net change set lowers the minimum RAM requirement to broaden hardware compatibility, significantHigh4/17/2026
1.3.0# Endee 1.3.0 Release Notes Release date: April 6, 2026 This release covers changes from [1.2.0](https://github.com/endee-io/endee/releases/tag/1.2.0) to the current `1.3.0` state on `master`. Compatibility: - Endee server `1.3.0` - Supported with Python client `0.1.25` ## Highlights ### Stronger startup and runtime safety - Added startup sanity checks for CPU compatibility, data directory access, available disk space, available memory, and open file limits. - Added low-storHigh4/6/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

qdrantQdrant - 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/v1.17.1
weaviateWeaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cv1.37.1
knowhereVector search engine inside Milvus, integrating FAISS, HNSW, DiskANN.v2.6.11
seekdbThe AI-Native Search Database. Unifies vector, text, structured and semi-structured data in a single engine, enabling hybrid search and in-database AI workflows.v1.2.0
reasonkit-memπŸš€ Build memory and retrieval infrastructure for ReasonKit, enhancing data management and access for your applications with ease and efficiency.main@2026-04-21