search_documents
Search a frozen document snapshot using BM25 or enhanced mode to retrieve top relevant matches, returning excerpts and counts.
Instructions
Search one verified snapshot. The default bm25 mode stays local and offline; explicit enhanced mode may send bounded query and candidate content through a separately configured transport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | bm25 | |
| query | Yes | A complete search question; no path or URI. | |
| top_k | No | ||
| library_id | Yes | A stable library_id returned by retrieval_status. | |
| snapshot_id | Yes | A snapshot_id returned for the explicit library_id. | |
| excerpt_chars | No |