helix-db

Graph-vector database combining graph and vector search capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Open-source graph-vector database built from scratch in Rust

Commands

helix

Examples

Start the Helix database server$ helix server
Connect to database and execute graph query$ helix query --graph 'MATCH (n) RETURN n LIMIT 10'
Perform vector similarity search on embeddings$ helix search --vector '[0.1, 0.2, 0.3]' --limit 5