triviumdb 0.4.90

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 bq; // LSH初筛 (Binary Quantization)
pub mod brute_force;
pub mod text; // 纯文本倒排与特征矩阵 (AC/BM25)
pub mod erpc;
pub mod morton;