connect_onyx_docs
Index local research documents (PDF, Markdown, JSON, TXT) into the Onyx RAG knowledge base. These documents become searchable for instant retrieval and querying.
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. |