Get Related
get_relatedRecommend related notes lacking direct links. Use jaccard for shared-tag similarity or semantic for embedding-based matching.
Instructions
Recommend similar notes that are NOT directly linked to the given note. Default method 'jaccard' is lightweight and uses shared tags and shared 1-hop neighbors. The optional method 'semantic' uses local embedding similarity and requires OBSIDIAN_EVERYWHERE_ENABLE_SEMANTIC=true because its multilingual model exceeds the default low-memory budget.
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). |