upload_document
Upload a document to a store for question answering with cited sources. Supports PDF, DOCX, TXT, HTML, CSV, and more.
Instructions
Upload a document to a store. Supports PDF, DOCX, TXT, HTML, CSV, and more. Waits for processing to complete before returning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file on disk | |
| store_name | Yes | Store resource name (from create_store) | |
| display_name | No | Display name for the document (defaults to filename) |