Commit Graph

17 Commits

Author SHA1 Message Date
michael 100e0b2b0c made improvements 2025-11-26 08:04:11 +00:00
bolade 215fec2895 made corrections based on feedback 2025-11-11 20:27:55 +01:00
michael 0e4763bf4f updated db 2025-11-11 12:07:01 +00:00
michael 7048847a42 db update 2025-10-28 22:16:06 +00:00
michael f63672bdac added db 2025-10-28 20:13:49 +00:00
michael c53455cc06 feat: Enhance compatibility scoring and report generation with new methods and models 2025-10-28 20:13:45 +00:00
michael 1ac755b2d7 feat: Add industry column to ProjectTable and update related schemas and query filters 2025-10-23 12:52:52 +00:00
bolade 483c2cc114 feat: Update investor report generation and HTML template to include fund details and improve data handling 2025-10-21 10:48:58 +01:00
michael c5f68d6656 feat: Update query processing guidelines for fund ID retrieval and clarify terminology 2025-10-21 08:37:42 +00:00
michael 0765cca90d refactor: Improve handling of optional fields and enhance compatibility score calculations 2025-10-15 17:58:31 +00:00
bolade 75fc8666ca feat: Update investors database to reflect recent changes 2025-10-08 22:23:32 +01:00
bolade 58722f1102 feat: Enhance investor and company parsing with asynchronous batch processing 2025-10-08 13:29:25 +01:00
bolade be6fde9ba2 feat: Simplify company profile processing to only extract founded_year and key_executives 2025-10-08 13:20:08 +01:00
bolade 26a1197db0 Refactor code structure for improved readability and maintainability 2025-10-08 10:03:30 +01:00
bolade 84e3c7b72a feat: Implement database ingestion for investors and companies
- Added main ingestion logic in main.py to process CSV files for investors and companies.
- Implemented data cleaning functions for names, strings, integers, and websites.
- Established relationships between investors, companies, and sectors using SQLAlchemy ORM.
- Created models for investors, companies, sectors, and their relationships in models.py.
- Set up logging for error tracking during data processing.
- Initialized database and created necessary tables.
2025-10-07 20:01:19 +01:00
bolade 1f3f08e80d Remove deprecated stage_focus column and update database path for consistency; add schema verification script and document schema mismatch fixes 2025-10-07 11:31:16 +01:00
bolade a2b3ceedbe Added funds table 2025-10-05 19:16:03 +01:00