pdf_search
Find relevant information in PDFs by submitting a natural language query, returning the most similar text passages. Supports filtering to a single document for targeted searches.
Instructions
Semantic search across all ingested PDFs. Returns the most relevant text chunks ranked by similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-20, default 5). | |
| query | Yes | Natural language search query. | |
| doc_id | No | Optional document ID to restrict search to a single PDF. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||