find_similar
Discover memories semantically near an existing reference or free-form text, surfacing overlap and dedupe candidates for consolidation workflows.
Instructions
Surface memories semantically near an existing ref or free-form text. Use during consolidation/dream workflows to find overlap and dedupe candidates. Anchor with ref (an existing memory) or text (a fresh query). Self is always excluded when ref is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Anchor on an existing memory ref (excludes self from results) | |
| text | No | Or anchor on fresh text — embedded on the fly | |
| limit | No | Max neighbours to return (default 10) | |
| project | No | Restrict candidates to a project | |
| category | No | Restrict candidates to a category | |
| min_relevance | No | Drop matches below this cosine similarity (0..1) |