nodedb 0.2.0

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
// SPDX-License-Identifier: BUSL-1.1

//! BM25 search — now delegated to `nodedb-fts` via `InvertedIndex::search()`.
//! This file is kept empty; search logic lives in `nodedb-fts/src/search/`.