1 2 3 4
//! Random projection LSH for cosine similarity. // Random projection is implemented directly in search.rs // This module can contain additional LSH variants if needed