context.retrieve
Retrieve relevant Obsidian notes by combining lexical search, graph traversal, and optional embedding-based reranking for improved context extraction.
Instructions
Retrieve notes using lexical, graph, and optional embedding-based reranking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| path | No | ||
| maxResults | No | ||
| maxTotalBytes | No | ||
| useEmbeddings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| sourcePath | No | ||
| retrievalMode | Yes | ||
| results | Yes | ||
| total | Yes |