nodedb 0.0.0-beta.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
//! RRF fusion — re-exported from the shared `nodedb-query` crate.
//!
//! Origin's internal code continues to use `crate::query::fusion::*` paths;
//! they now resolve to the shared implementation in `nodedb_query::fusion`.

pub use nodedb_query::fusion::*;