pageindex_local_search
Search local documents using vectorless reasoning and a local LLM, eliminating the need for vector embeddings or cloud APIs. Queries across PDFs and Markdown files.
Instructions
Perform vectorless reasoning-based retrieval across locally indexed PageIndex documents using a local LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| query | Yes | ||
| maxResults | No | ||
| documentIds | No | ||
| includeSourceText | No | ||
| includeReasoningPath | No |