Commit Graph

17 Commits

Author SHA1 Message Date
Steve White 42eb59bdfe Update memory bank with API testing implementation details 2025-03-20 17:18:51 -05:00
Steve White 03482158ab Implement FastAPI backend for sim-search
- Create FastAPI application with RESTful endpoints
- Implement authentication system with JWT
- Create database models for users, searches, and reports
- Set up database migrations with Alembic
- Implement service layer to bridge between API and existing sim-search functionality
- Add comprehensive API documentation
- Update memory bank with implementation details
2025-03-20 16:26:55 -05:00
Steve White 1a2cdc4c60 Enhanced provider selection stability tests with additional scenarios and edge cases 2025-03-19 08:27:03 -05:00
Steve White 76748f504e Claude added decomposition; broke report. 2025-03-18 12:20:23 -05:00
Steve White bc66deb129 Enhanced UI progress callback to use Gradio's built-in progress tracking mechanism for better real-time updates during report generation 2025-03-17 12:54:19 -05:00
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
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 01c1a74484 Update current focus with progressive report generation implementation plan 2025-03-12 10:28:46 -05:00
Steve White 33d159f00c Update memory bank with report templates implementation details 2025-03-12 10:15:20 -05:00
Steve White 7744249d65 Update memory bank to reflect project directory reorganization 2025-03-11 15:30:35 -05:00
Steve White 7f440286bc Fully functional end-to-end test of research with gemini flash 2025-03-01 11:55:57 -06:00
Steve White 9d9fea8b5b Update memory bank with Gradio UI fixes and future enhancement plans 2025-02-28 10:25:24 -06:00
Steve White 1e3e2b7258 Update memory bank with enhanced report detail levels and synthesis process 2025-02-28 09:01:32 -06:00
Steve White 941620f178 Fix Jina reranker integration and successfully test end-to-end query to report pipeline with EV query. Document report detail level configuration options. 2025-02-27 18:12:55 -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 bdc3a8fe60 Add Gradio web interface for the intelligent research system 2025-02-27 16:27:24 -06:00
Steve White 540bf22b52 Initial commit: Intelligent Research System with search execution module 2025-02-27 16:21:54 -06:00