Spaces:
Runtime error
Runtime error
Update Modules/Agent_HCP.py
Browse files- Modules/Agent_HCP.py +1 -1
Modules/Agent_HCP.py
CHANGED
|
@@ -30,7 +30,7 @@ from langchain_core.runnables.history import RunnableWithMessageHistory
|
|
| 30 |
from typing import Optional
|
| 31 |
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
|
| 32 |
import sqlalchemy
|
| 33 |
-
|
| 34 |
|
| 35 |
# Load the API_Keys
|
| 36 |
load_dotenv()
|
|
|
|
| 30 |
from typing import Optional
|
| 31 |
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
|
| 32 |
import sqlalchemy
|
| 33 |
+
from sqlalchemy.exc import DatabaseError
|
| 34 |
|
| 35 |
# Load the API_Keys
|
| 36 |
load_dotenv()
|