pub fn find_duplicates_jaccard(
docs: &[CannedResponse],
threshold: f64,
) -> Vec<DedupePair>Expand description
Pure near-dup detection on an in-memory list via Jaccard (no Tantivy I/O).
pub fn find_duplicates_jaccard(
docs: &[CannedResponse],
threshold: f64,
) -> Vec<DedupePair>Pure near-dup detection on an in-memory list via Jaccard (no Tantivy I/O).