find_similar_notes
Discover related notes by topic similarity to build context, identify conflicts, or expand understanding of a subject within the SAME memory system.
Instructions
Find notes that cover similar topics to a given note. Use this to discover related context, find notes that might conflict, or build a broader picture of a topic.
Args: path: Relative path of the source note top_k: Number of similar notes (default 5, max 100)
Returns list of related notes ranked by similarity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path of the source note | |
| top_k | Yes | Number of similar notes (default 5, max 100) |