find_similar
Find semantically related memories from a given memory ID. Retrieve matching project context, decisions, and knowledge to reconnect with prior work and maintain continuity.
Instructions
Find memories semantically similar to an existing memory.
Args: memory_id: UUID of the source memory top_k: Maximum number of similar memories (default 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |