bf49474ca6
Add query type selection to Gradio UI and improve report generation
c8c5240657
Improve query type detection and add specialized extraction prompts for comparative queries
21f75c0d25
Add progress tracking to report generation UI
71ad21a1e7
Implement progressive report generation for comprehensive detail level reports. This adds a new ProgressiveReportSynthesizer class that extends ReportSynthesizer to implement an iterative refinement approach for very large document collections. The implementation includes chunk prioritization, state management, termination conditions, and progress tracking.
01c1a74484
Update current focus with progressive report generation implementation plan