Skip to content

Commit

Permalink
docs: Change module import path for SQLDatabase in the documentation (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
sepiatone committed Feb 21, 2024
1 parent f8a3b8e commit d9aa11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/toolkits/sql_database.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\")"
]
Expand Down

0 comments on commit d9aa11d

Please sign in to comment.