Fix database URL in db.py and update import path for schemas in llm_parser.py
This commit is contained in:
@@ -16,7 +16,6 @@ class InvestmentStage(enum.Enum):
|
||||
GROWTH = "GROWTH"
|
||||
LATE_STAGE = "LATE_STAGE"
|
||||
|
||||
|
||||
# Association table for many-to-many relationship between investors and companies
|
||||
investor_company_association = Table(
|
||||
"investor_companies",
|
||||
|
||||
Reference in New Issue
Block a user