find_related
Retrieve semantically similar notes by comparing averaged chunk embeddings via pgvector, independent of link structure. Useful for sparsely linked notes or thematic discovery.
Instructions
Semantically similar notes based on the source note's chunk embeddings, averaged then queried via pgvector.
Independent of the link graph — useful when the source is sparsely linked
or when looking for thematic neighbors. For link-based exploration use
get_neighborhood. For arbitrary topic queries use semantic_search.
Args: path: Vault-relative path to the source note. limit: Maximum results (default 10, hard cap 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |