Refactor imports and enhance query functionality with LangGraph integration; update requirements for new dependencies
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user