Get Related
get_relatedFind notes related to a given note that are not directly linked, using shared tags or semantic similarity to surface unlinked connections.
Instructions
Recommend similar notes that are NOT directly linked to the given note. Default method 'jaccard' uses shared tags and shared 1-hop neighbors, to surface notes that probably should be linked but aren't yet. Method 'semantic' instead uses embedding similarity (meaning-based, not requiring shared tags/links at all) -- lazily computes/caches embeddings on first use, which may add latency and returns fewer results until the vault is fully embedded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Note path, title, or alias. | |
| limit | No | Max results (default 5). | |
| method | No | Similarity method (default jaccard). |