Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from langchain.agents import create_sql_agent
|
|
| 9 |
from langchain import OpenAI
|
| 10 |
from langchain import PromptTemplate, OpenAI, LLMChain
|
| 11 |
from langchain.chains import SimpleSequentialChain
|
| 12 |
-
from
|
| 13 |
from langchain.agents.agent_toolkits import create_python_agent
|
| 14 |
from langchain.tools.python.tool import PythonREPLTool
|
| 15 |
from langchain.python import PythonREPL
|
|
|
|
| 9 |
from langchain import OpenAI
|
| 10 |
from langchain import PromptTemplate, OpenAI, LLMChain
|
| 11 |
from langchain.chains import SimpleSequentialChain
|
| 12 |
+
from langchain_experimental.sql import SQLDatabaseChain
|
| 13 |
from langchain.agents.agent_toolkits import create_python_agent
|
| 14 |
from langchain.tools.python.tool import PythonREPLTool
|
| 15 |
from langchain.python import PythonREPL
|