Train KB from XLSX
lyzr_kb_train_xlsxUpload a spreadsheet in XLSX format and train it into a knowledge base. Provide the file content as base64, filename, and RAG system ID to begin training.
Instructions
Upload and train an XLSX spreadsheet 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 "{}") | |
| 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 |