HelixDB/helix-db
HelixDB is an open-source graph-vector database built from scratch in Rust.
A vector database is a purpose-built system for storing, indexing, and querying high-dimensional embeddings generated by machine learning models, enabling semantic search, retrieval-augmented generation, and recommendation at scale. What distinguishes a strong implementation from a weak one comes down to three factors: the efficiency and accuracy of its approximate nearest neighbor (ANN) algorithm under real query load, its operational maturity around consistency, replication, and hybrid filtering, and whether it embeds vector search as a native capability or bolts it onto a general-purpose store. Developers should evaluate recall-versus-latency tradeoffs for their specific embedding dimensionality and batch size, assess how well the system handles metadata-filtered vector queries without performance collapse, and determine whether they need a standalone specialized engine or vector extensions within an existing transactional or analytical database. 2 projects qualified as of May 28, 2026.
HelixDB is an open-source graph-vector database built from scratch in Rust.
Context intelligence layer for LLM agents: persistent memory with write-time dedup, sensitivity tagging, conflict detection, and hierarchical decay. ~12ms. No LLM calls. MIT.