search_docs
Find relevant product documentation by searching text with keyword or semantic search. Filter results by document type for targeted retrieval.
Instructions
Search documentation by text. Use semantic search (by meaning) when local embeddings are enabled (DOCS_EMBEDDING_PROVIDER=local), otherwise keyword (case-insensitive) search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Search mode: keyword (exact text) or semantic (by meaning). Default: semantic if embeddings enabled, else keyword. | |
| limit | No | Max results (default 10) | |
| query | Yes | Text to search for in document content | |
| docType | No | Limit search to this doc type |