mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +00:00
Remove useless line of code from sql.ipynb (#12906)
This PR remove a single line of code from a notebook of the documentation. This line used to define a variable, which is never used in the code. For further context, for reviewers, here is the online documentation: https://python.langchain.com/docs/use_cases/qa_structured/sql#case-3-sql-agents
This commit is contained in:
parent
622bf12c2e
commit
52503a367f
@ -524,7 +524,6 @@
|
||||
"from langchain.agents.agent_types import AgentType\n",
|
||||
"\n",
|
||||
"db = SQLDatabase.from_uri(\"sqlite:///Chinook.db\")\n",
|
||||
"llm = OpenAI(temperature=0, verbose=True)\n",
|
||||
"\n",
|
||||
"agent_executor = create_sql_agent(\n",
|
||||
" llm=OpenAI(temperature=0),\n",
|
||||
|
Loading…
Reference in New Issue
Block a user