search_docs
Find relevant documentation in indexed Markdown, RST, or text files by meaning, not exact keywords. Use it to locate architecture decisions, README explanations, and decision logs.
Instructions
Search indexed documentation files (*.md, *.rst, *.txt) by semantic similarity. Use for: README explanations, architecture docs, decision logs. Do NOT use for code — use semantic_search_code instead.
repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| repo_path | No |