Skip to content

Create Dataset Overview

Creating a dataset uploads local files to EZChat, creates a dataset, links the documents, and starts content processing. The current creation flow mainly includes two visible stages: uploading files and processing the uploaded documents.

Creation Flow

  1. Open Dataset.
  2. Click New Dataset.
  3. Drag files into the upload area, or click Select files.
  4. Wait until all files finish uploading. Progress is shown on each file card.
  5. Click Start ingestion.
  6. EZChat creates the dataset, adds the documents, and starts processing.
  7. After processing is complete, open the dataset or document page to check status and chunks.

New dataset page

Data Submitted During Creation

When creating a dataset, EZChat submits:

DataDescription
titleUses the first file name as the default dataset name.
documentsDocument IDs that were uploaded and registered successfully.
chunkConfigChunk settings. Defaults include chunkSize: 1024 and chunkOverlap: 50.
embeddingConfigUses the first Embedding model config available to the current account.
rerankingConfigUses the first Reranking model config available to the current account. Defaults include topK: 3 and scoreThreshold: 0.5.
languageHintSet to chinese or english based on the current interface language.
separatorsUses paragraph separator \n\n by default.
keepSeparatorsKeeps separators by default.

Note

If the account has not configured an Embedding or Reranking model config, the creation flow will ask you to complete model setup first.

Checks After Creation

After creation, go back to the dataset document list and check each document status:

  • Pending: The document has been queued for processing.
  • Processing: EZChat is parsing content and creating embeddings.
  • Completed: The document is ready for retrieval.
  • Failed: Processing failed. Re-upload the file or check the file content.