Refactor imports and enhance query functionality with LangGraph integration; update requirements for new dependencies

This commit is contained in:
bolade
2025-08-30 13:56:19 +01:00
parent ba0ed169ce
commit 74931f235e
9 changed files with 179 additions and 11 deletions
Binary file not shown.
+1 -1
View File
@@ -2,7 +2,7 @@ import datetime
from sqlalchemy import Column, DateTime, Integer, String
from db.db import Base
from app.db.db import Base
class InvestorTable(Base):