list_duplicates
Find exact and near-duplicate notes using MinHash/Jaccard similarity to surface restated content, helping you decide which notes to keep.
Instructions
Deterministically find exact and near-duplicate notes (MinHash/Jaccard, no model). WikiMoth capture is append-only and never merges, so content gets restated; this surfaces it. Candidates only: decide which to keep (consider superseding the older one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | near-duplicate Jaccard threshold in (0,1] (default 0.8) | |
| include_sessions | No | also scan session-* notes (skipped by default) |