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.
17bc5acbc8
Refactor investor similarity search to utilize AI for improved query generation; adjust DataFrame parsing to skip initial rows for better data handling.
6caea96658
Update server host and port configuration for deployment
6d902345c0
Refactor investor and company schemas to allow optional fields; update filtering logic in read_companies function and add find_similar_investors endpoint; change LLM model in InvestorProcessor and QueryProcessor for improved performance.
d36367fbe9
Add project management functionality with CRUD operations and associations; introduce project schemas and update main application routing.
abac19c6ae
Update .gitignore to exclude __pycache__ directories and modify schemas to allow optional fields for better flexibility; adjust batch size in InvestorProcessor for improved processing efficiency.
f2bbcb96f3
Refactor database models and schemas to allow nullable fields; update init_database function for improved initialization.