+36
−8
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
Added Rich progress bar to track document processing when running 'workspace process' command. Progress shows: - Total documents to process - Current document being processed - Pipeline stage (extraction, classification, embedding, summarization) - Progress bar with percentage - Time elapsed and estimated time remaining Implementation: - Added Rich Progress imports to cli/ai.py - Created progress context with multiple columns for detailed tracking - Added progress_callback function that updates task description dynamically - Passes callback to process_all() for real-time updates - Updates task to completed state after all documents processed This provides clear visual feedback during long-running operations, helping users understand processing status and estimated completion time.