search_knowledge
Search a local PDF knowledge base for development questions, keywords, or error symptoms. Returns ranked text chunks with source references using semantic TF-IDF retrieval.
Instructions
Search the local PDF development knowledge base with semantic-style TF-IDF vector retrieval and return ranked chunks with source references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only search chunks that contain all of these tags. | |
| limit | No | Maximum number of chunks to return. | |
| query | Yes | PDF development question, keyword, API name, error symptom, or concept to search for. |