LatticeDB makes graph databases local-first
LatticeDB is an open-source, single-file property-graph database combining Cypher-style traversal with HNSW vector search and BM25 full-text search. It targets local Graph RAG, agent memory, and knowledge tools without requiring a database server. Repository: https://github.com/jeffhajewski/latticedb
LatticeDB’s appeal is its unified local retrieval layer: graph, semantic, and lexical search share one portable database. Its single-writer design makes it a focused embedded tool, not a drop-in replacement for distributed graph platforms.
- –Hybrid graph-plus-vector queries could simplify Graph RAG architectures by eliminating separate retrieval services.
- –WAL-backed durability, zero configuration, and Python, TypeScript, and Go bindings make local experimentation approachable.
- –The project reports strong self-benchmarked traversal, vector-search, and full-text performance.
- –Single-machine storage, incomplete Cypher coverage, and limited operational tooling constrain production-scale use.
- –The strongest niche is embedded AI applications where portability and low setup matter more than clustering.
DISCOVERED
2h ago
2026-08-25
PUBLISHED
6h ago
2026-08-25
RELEVANCE
AUTHOR
smiths1999