find_related_notes
Find semantically related notes for a given note by vault-relative path. Use it to link stock reports to briefs or uncover overlapping knowledge notes.
Instructions
Find semantically related notes for a given note (by vault-relative path).
Uses cosine similarity on stored embeddings. Useful for:
Finance: from a stock report, find related morning briefs / sector notes
Knowledge: after writing a note, discover overlapping existing notes
Args: path: Vault-relative path, e.g. "20-areas/personal/finance/NVDA_analysis_20260601.md" limit: Max results to return (default 5) threshold: Minimum cosine similarity 0–1 (default 0.7)
Returns: Markdown list of related note paths and titles, or a message if no embeddings found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |