Find overlapping pages
find_overlapsIdentifies pairs of wiki pages that share near-identical passages to help clean up duplicates. Optionally filter by space or adjust similarity threshold.
Instructions
Near-duplicate page PAIRS that share a near-identical passage (real merge/redirect candidates) for wiki hygiene. Optional space_id restricts to one space; threshold (0..1, default 0.92) is the minimum chunk-level similarity to count as a duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max pairs (default 50) | |
| space_id | No | optional space id to restrict to overlaps within one space | |
| threshold | No | min chunk-level cosine similarity 0..1 to count as a duplicate (default 0.92) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlaps | Yes |