14 Commits

Author SHA1 Message Date
fdc1d178f6 Ensure proper port exposure in docker-compose.yml - API on 5000, FTP on 2122 and 2123 2026-02-02 21:03:16 -06:00
29e39713e5 Fix YAML formatting in docker-compose.yml - removed leading spaces that caused parsing error 2026-02-02 20:56:26 -06:00
11019d5ca3 Update docker-compose.yml - use different port numbers to avoid conflicts: factsdb on 2122, ftp on 2123 2026-02-02 20:55:42 -06:00
190c2461db Fix docker-compose.yml - removed duplicate FTP service that was causing port conflict 2026-02-02 20:54:52 -06:00
332f49eeee Implement optimized database schema and AI prompt - removed title field, summary to fact, removed financial_impact and main_points 2026-02-02 20:48:59 -06:00
9344a69636 Add detailed database schema documentation for default table structure 2026-02-02 20:40:38 -06:00
e775d8de81 Fix docker-compose.yml to ensure FTP service runs properly 2026-02-02 20:39:48 -06:00
9c7ca7209f Move configuration from config.json to docker-compose.yml environment variables 2026-02-02 20:38:15 -06:00
993817317e Update FTP server to ensure it's always running and properly manages onboarded directories 2026-02-02 20:36:46 -06:00
40cb5122bd Update README.md with comprehensive documentation 2026-02-02 20:34:38 -06:00
1245326069 Remove sample data folder from repository 2026-02-02 20:33:06 -06:00
73867654db Add gitignore to exclude sample data and database files 2026-02-02 20:32:14 -06:00
fc6eece076 Complete implementation of FactsDB service with AI integration, FTP server, scheduler, and monitoring 2026-02-02 20:31:02 -06:00
42f59df39b first commit 2026-02-02 20:03:37 -06:00