ira/tests
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
..
execution Clean up repository: Remove unused test files and add new test directories 2025-03-11 16:56:58 -05:00
integration Clean up repository: Remove unused test files and add new test directories 2025-03-11 16:56:58 -05:00
query Clean up repository: Remove unused test files and add new test directories 2025-03-11 16:56:58 -05:00
ranking Clean up repository: Remove unused test files and add new test directories 2025-03-11 16:56:58 -05:00
report 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
ui Clean up repository: Remove unused test files and add new test directories 2025-03-11 16:56:58 -05:00
__init__.py Implement Phase 1 of Report Generation Module: Document Scraping and SQLite Storage 2025-02-27 17:39:34 -06:00
test_document_processor.py Improve document scraper with better error handling and add mock option for testing 2025-02-27 17:51:05 -06:00
test_document_scraper.py Update result collector, database manager, and document scraper test with improved error handling and performance optimizations 2025-02-28 08:07:19 -06:00
test_report_synthesis.py Implement Phase 3: Report Synthesis using Map-Reduce approach with Groq LLM 2025-02-27 17:59:18 -06:00