Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
84e3c7b72a
feat: Implement database ingestion for investors and companies
a9589e54f3
feat: Refactor Fund schema to use many-to-many relationships for investment stages and sectors
d341cacb9a
Refactor investor and fund schemas to support new check size range
c0fbbdd917
Implement manual JSON parsing for company profiles; enhance data extraction and processing efficiency; add comprehensive test script for validation
1f3f08e80d
Remove deprecated stage_focus column and update database path for consistency; add schema verification script and document schema mismatch fixes
b2bf631448
Refactor document processing endpoint to accept file_id as a path parameter and update related logic; modify DocumentProcessRequest to make file_id optional; add clarification to tax processing rules in DocumentProcessor.
3842171549
Update .gitignore to exclude preprocessor directory; refactor find_similar_investors function to improve similarity scoring based on investor characteristics and add limit parameter for results.