Skip to main content

Module progress

Module progress 

Source
Expand description

Smart progress tracking for batch indexing operations.

Provides three-phase progress display:

  1. Pre-scan: Count files and estimate chunks
  2. Calibration: Measure embedding speed on first file
  3. Indexing: Progress bar with ETA based on calibration

This module is only available when the cli feature is enabled.

Structsยง

IndexProgressTracker
Progress tracker for batch indexing operations.