Commit Graph

10 Commits

Author SHA1 Message Date
Steve White d76cd9d79b Fix model selection in report generation to ensure UI-selected model is properly used throughout the entire report generation pipeline 2025-03-18 17:31:40 -05:00
Steve White 76748f504e Claude added decomposition; broke report. 2025-03-18 12:20:23 -05:00
Steve White bf49474ca6 Add query type selection to Gradio UI and improve report generation 2025-03-12 12:09:08 -05:00
Steve White 21f75c0d25 Add progress tracking to report generation UI 2025-03-12 11:20:40 -05:00
Steve White 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. 2025-03-12 10:39:02 -05:00
Steve White 646922ef4a Implement customizable report detail levels with four options: brief, standard, detailed, and comprehensive 2025-02-28 08:27:14 -06:00
Steve White 8ee4605522 Implement Phase 3: Report Synthesis using Map-Reduce approach with Groq LLM 2025-02-27 17:59:18 -06:00
Steve White 34be5ce36f Improve document scraper with better error handling and add mock option for testing 2025-02-27 17:51:05 -06:00
Steve White 695e4b7ecd Implement Phase 2 of Report Generation module: document prioritization and chunking strategies 2025-02-27 17:47:02 -06:00
Steve White 60f78dab9c Implement Phase 1 of Report Generation Module: Document Scraping and SQLite Storage 2025-02-27 17:39:34 -06:00