Skip to content

Upload Local Files

You can upload local files to a dataset so EZChat can parse the content and create searchable chunks. Before uploading, make sure the content is accurate, the file structure is clear, and sensitive data that should not enter AI retrieval is removed.

Upload While Creating a Dataset

  1. Open Dataset > New Dataset.
  2. Drag files into the upload area, or click Select files.
  3. EZChat checks file extensions and the total size of the batch.
  4. Files are uploaded to storage first, then registered as documents.
  5. After all file statuses are complete, click Start ingestion.

New dataset upload area

Add Files to an Existing Dataset

  1. Open the target dataset.
  2. Click Upload files in the upper-right corner.
  3. Select one or more local files.
  4. EZChat uploads each file, registers it as a document, and links it to the current dataset.
  5. Check each document status in the file list.

Dataset detail page with related files

File Limits

Supported formats and size limits are returned by /documents/upload-config. The page displays accepted formats and the maximum batch size dynamically. Common cases include:

  • Unsupported file extensions are rejected.
  • A single file or the full batch is rejected if it exceeds the size limit.
  • When adding duplicate files with the same name, size, and modified time, the page avoids adding the same file to the upload list more than once.

Status After Upload

After files are added to a dataset, they appear in the related files list. Possible statuses include:

StatusMeaning
PendingThe document has been queued for processing.
ProcessingEZChat is parsing content and creating vectors.
CompletedThe document is ready for retrieval.
FailedProcessing failed. Check the file or upload it again.