find_similar_notes
Find notes similar to a specified note by averaging its embeddings and searching for semantically related content in the vault.
Instructions
Find notes similar to one specific note.
Averages the note's chunk embeddings and searches for semantically similar content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | vault-relative path, such as 'projects/my-project.md' | |
| top_k | No | number of similar notes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |