plur_similarity_search
Search engrams by cosine similarity to deduplicate and classify content: scores above 0.9 indicate duplicates, 0.7-0.9 related, below 0.7 new.
Instructions
Search engrams by cosine similarity, returning scores. Used for dedup classification — scores > 0.9 indicate duplicates, 0.7-0.9 related, < 0.7 new.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20) | |
| query | Yes | Search query to find similar engrams | |
| scope | No | Filter by scope (also includes global) |