b1d0fa350aUpdate memory bank with API testing fixesSteve White2025-03-20 17:31:46 -0500
39d270fbecFix deprecated Pydantic features: replace dict() with model_dump(), orm_mode with from_attributes, and schema_extra with json_schema_extraSteve White2025-03-20 17:30:20 -0500
42eb59bdfeUpdate memory bank with API testing implementation detailsSteve White2025-03-20 17:18:51 -0500
72d8723dc8Add comprehensive API testing framework with pytest tests, test runner script, and manual testing scriptSteve White2025-03-20 17:18:44 -0500
03482158abImplement FastAPI backend for sim-searchSteve White2025-03-20 16:26:55 -0500
ec285c03d4Update project documentation and memory bank entries. Add new integration tests for query classification.Steve White2025-03-20 08:14:53 -0500
577eed1f5eImproved report management UI with custom HTML checkboxes, dark theme styling, and robust error handlingSteve White2025-03-19 13:10:01 -0500
1a2cdc4c60Enhanced provider selection stability tests with additional scenarios and edge casesSteve White2025-03-19 08:27:03 -0500
4d622de48dAdd comprehensive test script to verify model provider selection fixSteve White2025-03-19 08:05:16 -0500
15357890eaFix model provider selection in report generation to ensure correct provider is used based on configSteve White2025-03-18 17:57:09 -0500
d76cd9d79bFix model selection in report generation to ensure UI-selected model is properly used throughout the entire report generation pipelineSteve White2025-03-18 17:31:40 -0500
b6b50e4ef8Add code search capability with GitHub and StackExchange APIsSteve White2025-03-14 16:12:26 -0500
bf49474ca6Add query type selection to Gradio UI and improve report generationSteve White2025-03-12 12:09:08 -0500
c8c5240657Improve query type detection and add specialized extraction prompts for comparative queriesSteve White2025-03-12 11:57:40 -0500
21f75c0d25Add progress tracking to report generation UISteve White2025-03-12 11:20:40 -0500
71ad21a1e7Implement 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.Steve White2025-03-12 10:39:02 -0500
01c1a74484Update current focus with progressive report generation implementation planSteve White2025-03-12 10:28:46 -0500
ed34f807b4Add test script for query to report workflowSteve White2025-02-28 08:07:35 -0600
2c7b086930Update result collector, database manager, and document scraper test with improved error handling and performance optimizationsSteve White2025-02-28 08:07:19 -0600
e748c345e2Update interfaces.md with documentation for reranker functionalitySteve White2025-02-28 08:06:55 -0600
0fe1d707f0Update project_overview.md to reflect current progress and next stepsSteve White2025-02-28 08:05:14 -0600
941620f178Fix Jina reranker integration and successfully test end-to-end query to report pipeline with EV query. Document report detail level configuration options.Steve White2025-02-27 18:12:55 -0600
8ee4605522Implement Phase 3: Report Synthesis using Map-Reduce approach with Groq LLMSteve White2025-02-27 17:59:18 -0600
34be5ce36fImprove document scraper with better error handling and add mock option for testingSteve White2025-02-27 17:51:05 -0600
695e4b7ecdImplement Phase 2 of Report Generation module: document prioritization and chunking strategiesSteve White2025-02-27 17:47:02 -0600
60f78dab9cImplement Phase 1 of Report Generation Module: Document Scraping and SQLite StorageSteve White2025-02-27 17:39:34 -0600
a34b92c103Fix Jina Reranker API integration with proper request and response handlingSteve White2025-02-27 17:16:52 -0600
16c7dca2c7Fix Jina Reranker API integration to handle response format correctlySteve White2025-02-27 17:07:51 -0600
59bf4a22eeFix result structure for reranker integrationSteve White2025-02-27 17:01:57 -0600
c40483f593Fix query extraction in reranker integrationSteve White2025-02-27 17:00:59 -0600
16720d04c7Integrate Jina Reranker with ResultCollector for semantic rankingSteve White2025-02-27 16:59:54 -0600
fc74a879b3Update Gradio interface description to clarify that all results are returnedSteve White2025-02-27 16:50:12 -0600
a7aa9ea580Update Gradio interface to return all results and allow more results per engineSteve White2025-02-27 16:49:37 -0600
124aa109a1Fix Gradio interface to properly handle query processing and search executionSteve White2025-02-27 16:34:03 -0600
bdc3a8fe60Add Gradio web interface for the intelligent research systemSteve White2025-02-27 16:27:24 -0600
540bf22b52Initial commit: Intelligent Research System with search execution moduleSteve White2025-02-27 16:21:54 -0600