search_docs
Search indexed Markdown and text files semantically to retrieve relevant passages with similarity scores and source file references. Optionally narrow results by specifying a collection.
Instructions
Semantic search over indexed documents.
Returns the most relevant passages for the given query, with similarity scores and source files. In multi-collection mode, specify a collection name or leave empty to search across all collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |