Memory Suggest Relations
localnest_memory_suggest_relationsSuggests semantically similar memory entries for linking. Ranks candidates by similarity using embeddings or token overlap, without creating relations.
Instructions
Find semantically similar memory entries that could be linked to a given memory. Uses dense embeddings (all-MiniLM-L6-v2) when available, falls back to token overlap. Returns candidates ranked by similarity without creating any relations — use localnest_memory_add_relation to confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| threshold | No | ||
| max_results | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |