context.gather
Retrieve contextual information from a knowledge graph: given a note path, returns scored related notes with snippets ordered by relevance.
Instructions
Gather related context for a note using the knowledge graph. Returns scored related notes with snippets, ranked by relationship strength.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| maxNotes | No | ||
| maxTotalBytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| relatedNotes | Yes | ||
| totalNodes | Yes | ||
| graphDepth | Yes |