ira/report
Steve White b6b50e4ef8 Add code search capability with GitHub and StackExchange APIs
This commit implements specialized code/programming search functionality:
- Add CODE as a new query type with templates at all detail levels
- Implement GitHub and StackExchange search handlers
- Add code query detection based on programming languages and frameworks
- Update result ranking to prioritize code-related sources
- Implement integration testing for code queries
- Update configuration and documentation
2025-03-14 16:12:26 -05:00
..
database 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
document_processor.py Fully functional end-to-end test of research with gemini flash 2025-03-01 11:55:57 -06:00
document_scraper.py Improve document scraper with better error handling and add mock option for testing 2025-02-27 17:51:05 -06:00
progressive_report_synthesis.py Improve query type detection and add specialized extraction prompts for comparative queries 2025-03-12 11:57:40 -05:00
report_detail_levels.py Add Google Gemini model support and dynamic model selection in UI 2025-02-28 11:31:53 -06:00
report_generator.py Add query type selection to Gradio UI and improve report generation 2025-03-12 12:09:08 -05:00
report_synthesis.py Improve query type detection and add specialized extraction prompts for comparative queries 2025-03-12 11:57:40 -05:00
report_templates.py Add code search capability with GitHub and StackExchange APIs 2025-03-14 16:12:26 -05:00