Search notes
ragdown_recallSearch Markdown notes with hybrid semantic and keyword search to find relevant sections with file path and line range. Use before answering to ground responses.
Instructions
Hybrid (semantic + keyword) search over the user's Markdown notes. Returns the most relevant sections with file path, line range, heading breadcrumb and cosine similarity (above ~0.7 is usually on topic). Use it before answering anything the notes may cover; follow up with ragdown_read_doc for the surrounding text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to look for, as a question or keywords | |
| top_k | No | ||
| format | No | text | |
| max_chars | No | text format: characters per hit before it is clipped (0 = never) | |
| path_prefix | No | Only search files under this folder, relative to the notes root, e.g. 'projects/' |