triviumdb 0.7.0

A high-performance memory-mmap hybrid search engine built for AI, combining dense vector, sparse text, graph relations, and JSON metadata.
Documentation
1
2
3
4
5
pub mod compaction;
pub mod file_format;
pub mod memtable;
pub mod vec_pool;
pub mod wal;