Fix database URL in db.py and update import path for schemas in llm_parser.py

This commit is contained in:
bolade
2025-09-11 15:46:39 +01:00
parent edd0ae910b
commit 29d9292cbd
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from dotenv import load_dotenv
from openai import OpenAI
from db import get_session, init_database
from schema import CSVRow, Investor
from py_schemas import CSVRow, Investor
# Load environment variables
load_dotenv()