Train KB from DOCX
lyzr_kb_train_docxTrain a knowledge base by uploading a DOCX file, enabling retrieval-augmented generation from the document's content.
Instructions
Upload and train a DOCX file into a knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rag_id | Yes | The ID of the RAG system to train | |
| filename | Yes | Name of the file being uploaded | |
| mime_type | No | MIME type of the file (optional) | |
| chunk_size | No | Chunk size for splitting the document (default 1000) | |
| extra_info | No | Extra metadata JSON string (default "{}") | |
| data_parser | No | Optional parser strategy name to use for this file | |
| chunk_overlap | No | Chunk overlap for splitting the document (default 100) | |
| parser_config | No | Optional JSON string with parser configuration | |
| file_content_base64 | Yes | Base64-encoded contents of the file to train |