Graph + Vector
Traverse relationships and run similarity search in the same query chain.
Combine graph relationships and vector similarity in one coherent API—no glue code, no extra services.
Traverse relationships and run similarity search in the same query chain.
Approximate nearest-neighbor search tuned with nProbe and threshold.
Memory-mapped storage + zero-copy reads keep latency ultra-low without external processes.
~125ns node lookups, ~208ns traversals (p50, Apple M4).
Single-file storage that's easy to back up, sync, and deploy.
Rust core with idiomatic bindings, MVCC transactions, and type-safe schemas across languages.
First-class bindings for TypeScript, Python, and more.
Consistent reads with serialized commits for durable writes.
Define your schema once, get idiomatic APIs in every language. Type safety where your language supports it.
Fluent, chainable queries that read like the graph—traversal, vectors, and CRUD in one place.
Compressed Sparse Row format stores adjacency data contiguously for cache-efficient traversal. Memory-mapped files enable zero-copy reads.
Memory safety and predictable performance with zero-cost FFI.
Approximate nearest-neighbor search with tunable probe count.
Write-ahead logging for durability. Periodic compaction reclaims space.
Store document chunks with embeddings and traverse relationships for context-aware retrieval. Combine vector similarity with graph context for superior RAG results.
Model complex relationships with semantic similarity.
Hybrid user-item graphs with embedding similarity.
Embedded architecture with single-file storage. Perfect for desktop apps, CLI tools, and edge computing.
Build your first graph database in 5 minutes with our Quick Start guide.