Loading visualization...
Y Combinator LogoBacked by Y Combinator
Nvidia LogoBacked by NVIDIA

The Fastest Graph-Vector Database
Built to Scale

Feed your agents more relevant context with the fastest and most scalable graph-vector database, built in Rust.

Star on GitHubTakes 2 seconds 🙏

Getting Started

Install HelixDB

Get started with HelixDB in minutes, install the CLI and then install the database.

Terminal

> $ curl -sSL "https://install.helix-db.com" | bash
> $ helix install

Terminal

> helix init --path

If you want to define the directory then:

> helix init --path <path-here>

Initialize Project

Now that the Helix CLI and HelixDB are installed on your device, initialize a project.

Hybrid Query Traversals

Seamlessly combine vector similarity search with graph traversals in a single, powerful query. No more complex joins or multiple database calls.

QUERY findSimilarFriends(userID: String, queryVec: Vector) =>
similar <- SearchV(queryVec, topK: 5)
friends <- similar::Out<Friends>
RETURN friends::{ ID, name, similarityScore }

Type-Safety

Advanced static analysis provides real-time feedback, autocomplete, and error detection. Write queries with confidence.

Type Checker

> helix check
❌ Checking Helix queries
error: 'Know' is not a valid edge type (in QUERY named 'get_user*)
      |--queries.hx: 16:38
16    |   user_nodes <- N<User> (node_1d):: 0ut<Know>
---> help: check the schema for valid edge types
...

Lower Costs

Eliminate the complexity and cost of maintaining separate vector and graph databases. One unified solution.

1
Database
1
Cloud
50%
Less Data

High Speeds

Optimized for both vector similarity and graph traversal workloads with industry-leading performance metrics.

~2ms
Vector Similarity Search
Sub 1ms
Graph Traversals

Join Our Growing Community

Be part of the next generation of database technology. Connect with developers and innovators building the future.

Coming Soon

Managed Cloud Service

  • Automatic scaling to handle traffic spikes
  • 24/7 expert support and monitoring
  • Enterprise-grade security and compliance
Join Waitlist

You've made it this far!

If you're excited about what we're building, show your support with a star.
It helps us grow and motivates us to keep pushing the boundaries.

Star on GitHub
Takes 2 seconds🚀Join our developers