semantic-memory 0.5.11

Local-first hybrid semantic search (SQLite + FTS5 + usearch 2.25) with bitemporal truth and typed receipts
Documentation
1
2
3
4
5
6
7
//! Archived pure-Rust implementations replaced by C SIMD kernels.
//!
//! These are preserved for reference and potential rollback.  They are not
//! compiled into the active code path — the `#[allow(dead_code)]` attribute
//! on the module declaration in `lib.rs` suppresses warnings.

pub mod hubness_rust;