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.
This commit is contained in:
+3
-2
@@ -8,8 +8,9 @@
|
||||
|
||||
/chroma_db
|
||||
|
||||
/*__pycache__*/
|
||||
*__pycache__
|
||||
|
||||
/*.db
|
||||
|
||||
/*.cypython-*
|
||||
*.cypython
|
||||
|
||||
|
||||
Reference in New Issue
Block a user