#18 · Primary category: Vector Databases
helix-db
HelixDB is an OLTP graph-vector database built in Rust on Object Storage.
Project last updated:08/29/26
GitHub Stars
5.9K
Forks
343
Contributors
28
License
Apache-2.0
Why we included this project
Most teams working on RAG pipelines, agent memory, or knowledge-graph applications end up wiring together a relational database, a vector index, and a graph store, then writing glue code to keep them in sync. HelixDB flips that setup: one OLTP engine written from scratch in Rust handles graph, vector, and full-text workloads directly on object storage, so you query a single place instead of coordinating several. That is useful when you want persistent, queryable memory for coding agents or conversational assistants without bolting a vector index onto an existing application database. The project offers typed query DSLs for Rust, TypeScript, Go, and Python, and its CLI can spin up a local instance or point at a hosted cloud service. A one-shot bootstrapper also scaffolds a working project quickly, which helps if you are trying HelixDB on a first AI application rather than migrating a mature stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - 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/
chroma
Search infrastructure for AI