find_similar_notes
Find semantically similar notes to a given note in an Obsidian vault. Specify the source note's path and an optional similarity threshold to control the results.
Instructions
Find notes semantically similar to a given note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum similar notes to return (default: 10). | |
| vaultId | No | Optional vault ID (defaults to configured default vault). | |
| filepath | Yes | Path to the source note (relative to vault root). Forward-slash or backslash separators both accepted. | |
| threshold | No | Similarity threshold 0-1 (default: 0.5). |