query
Retrieves context from Obsidian vaults and documents to answer questions via LLM, supporting source and path filters, similarity thresholds, and top-k selection.
Instructions
Retrieve context and answer the question with the LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| source | No | ||
| question | Yes | ||
| path_prefix | No | ||
| score_threshold | No |