find_related
Discovers thematic neighbors in your vault by querying averaged embeddings of a source note via pgvector, independent of link structure.
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 |