search_documentation
Find relevant documentation chunks for a query using semantic search. Returns matching markdown passages with source URLs and heading paths.
Instructions
Semantic search over indexed documentation.
Returns the most relevant markdown chunks with their source URL and heading path. Use add_documentation first if nothing is indexed yet.
Args: query: What to look for, e.g. "how to define a loader". name: Optional framework name filter, e.g. "react". version: Optional version filter, e.g. "18.3". k: Number of chunks to return (1-20). mode: "hybrid" (default) fuses vector + keyword ranking; "vector" or "keyword" force a single strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| mode | No | hybrid | |
| name | No | ||
| query | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |