Overview
The Superexpert.AI RAG tool enables you to reliably upload multiple large files to Superexpert.AI. You can upload both text files (including JSON and CSV) and PDF files.
If there is a network error or any other type of error then you can resume your upload from the last chunk. That way, you can handle chunking and uploading hundreds of large files.

Usage
Execute the following command to create the configuration file (rag.config.js):
npx @superexpert-ai/rag init
Execute the following command to chunk and upload the files:
npx @superexpert-ai/rag run
For details, see @superexpert-ai/rag