Skip to main content

Upload document files

Upload a document file such as a PDF or DOCX from a knowledge detail screen. After processing finishes, its contents are available to search and AI Chat.

Supported file formats

FormatExtension
PDF.pdf
Word.docx
PowerPoint.pptx
Excel.xlsx
CSV.csv
HTML.html
Text.txt
Markdown.md

A file with an unsupported extension is not added to the upload list.

Upload screen

On the Documents tab of a knowledge detail page, select Add document → File upload.

Upload uses a three-step workflow.

StepNameDescription
Step 1File uploadSelect files and configure parsing options.
Step 2Chunking settingsConfigure a chunking strategy and values.
Step 3Review and submitReview indexing options and submit the files.

Step 1: Enter files and metadata

Drag files into the selection area or select the area to choose files.

  • Upload multiple files: Select or drag multiple files at once.
  • Remove a file: Remove an added file individually from the list.
  • Format filtering: Unsupported file formats are excluded from the list.
  • Metadata by file: Under Document metadata, enter a required name and optional alias, description, and tags for each file. Select an AI suggestion button for the alias, description, or tags to display a draft. The entered metadata appears in the document list.

This step configures common parsing options together with per-file metadata.

Preserve options between steps

Moving between steps 1–3 preserves parsing options, chunking options, and per-file metadata. If you change chunking settings in an earlier step, the preview shows the updated result.

Processing options

Parsing options (Step 1)

Parsing options control how text is extracted from a document.

OptionDescriptionDefaultNotes
Parse table structurePreserves table structure while extracting content.EnabledOn or off
Table modeSelects the table extraction method.FastFast or Accurate
Enable OCRRecognizes text in images.DisabledOn or off
OCR engineSelects the text-recognition engine.AutoSee the following table
Timeout (seconds)Sets the maximum wait time for parsing.9010–600

OCR engine options

Select an engine for optical character recognition (OCR). Auto chooses an engine based on the file format.

EngineDescription
AutoSelects a processing engine by file format.
TesseractUses the Tesseract engine.
EasyOCRUses the EasyOCR engine.
RapidOCRUses the RapidOCR engine.

Chunking options (Step 2)

Chunking options determine how extracted text is divided into searchable chunks. See Chunking and search options for strategy and value selection guidance.

Chunk preview

The Chunk preview panel in Step 2 shows the result produced by the current settings. Review chunk size and split positions before indexing.

Indexing options (Step 3)

Under indexing options, select the search modes applied to the document.

The available methods depend on the knowledge settings. See Chunking and search options for their differences.

Monitor status after upload

Submitting files starts parsing, chunking, and indexing. Review the current state of each document in the document list.

Document states

StateColorDescription
PendingBlueWaiting for processing.
PreparingBluePreparing to process.
ProcessingBlue, animatedParsing, chunking, and indexing.
CompleteGreenIndexing has finished.
PausedYellowProcessing was paused by a user.
FailedRedProcessing stopped because of an error.
CanceledGrayProcessing was canceled by a user.
ReindexingBlue, animatedReindexing is in progress.

Documents in an active state—Pending, Preparing, Processing, or Reindexing—refresh automatically every five seconds.

Actions by state

  • Processing: A Stop button appears.
  • Paused: Resume and Cancel buttons appear.
  • Complete: A Reindex button appears.
  • Failed: The error message and a Try again button appear.

Document detail page

Select a completed document to open its detail page. The page provides the following information and actions.

  • Indexing status card: Current processing state and progress information.
  • Chunk list: Generated chunks, divided into pages.
  • Download file: Downloads the original file.
  • Reindex: Processes the document again with its saved options.
Review processing settings

For a document with tables or images, compare the Fast and Accurate table modes and OCR results in Chunk preview before choosing settings.

Large or complex files

If processing fails after exceeding the limit, increase Timeout (seconds) and upload the file again.

Next steps