Train KB from PPTX
lyzr_kb_train_pptxTrain a RAG knowledge base by uploading a PPTX presentation. The system extracts slide content, splits it into chunks, and indexes it for retrieval.
Instructions
Upload and train a PPTX presentation 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 |