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
6
fn main() {
    // 仅在启用 nodejs feature 时初始化 napi-build
    // napi-build 负责生成链接 Node.js 所需的 linker flags
    #[cfg(feature = "nodejs")]
    napi_build::setup();
}