connect_onyx_docs
Index local research documents into the Onyx RAG knowledge base. PDF, Markdown, JSON, and TXT files become searchable through recursive directory scanning.
Instructions
Index local research documents (PDF, Markdown, JSON, TXT) into the Onyx RAG knowledge base. Documents become searchable via onyx_ask() and onyx_search(). Supports recursive directory scanning. Requires Onyx to be running at ONYX_API_URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_type | Yes | Document category for Onyx tagging. | |
| doc_paths | Yes | List of absolute file or directory paths. |