Skip to content

Commit

Permalink
docs: Change module import path for SQLDatabase in the documentation (l…
Browse files Browse the repository at this point in the history
…angchain-ai#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 authored and Hayden Wolff committed Feb 27, 2024
1 parent 017741c commit be4c688
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 be4c688

Please sign in to comment.