Expand description
Smart progress tracking for batch indexing operations.
Provides three-phase progress display:
- Pre-scan: Count files and estimate chunks
- Calibration: Measure embedding speed on first file
- Indexing: Progress bar with ETA based on calibration
This module is only available when the cli feature is enabled.
Structsยง
- Index
Progress Tracker - Progress tracker for batch indexing operations.