mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
docs: Change module import path for SQLDatabase in the documentation (#17874)
**Description:** This PR changes the module import path for SQLDatabase in the documentation **Issue:** Updates the documentation to reflect the move of integrations to langchain-community
This commit is contained in:
parent
f8a3b8e83f
commit
d9aa11d589
@ -58,7 +58,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from langchain.sql_database import SQLDatabase\n",
|
||||
"from langchain_community.utilities.sql_database import SQLDatabase\n",
|
||||
"\n",
|
||||
"db = SQLDatabase.from_uri(\"sqlite:///Chinook.db\")"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user