openwebui_add_file_to_knowledge
Add an uploaded file to a knowledge base for RAG retrieval. Use the file ID from the upload response to link it to a specific knowledge base.
Instructions
Add an uploaded file to a knowledge base for RAG retrieval. The file must already be uploaded via openwebui_upload_file. Get the file ID from the upload response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File ID (from openwebui_upload_file response) | |
| knowledge_id | Yes | Knowledge base ID |