Skip to content

Commit 55b7af3

Browse files
committed
change imports
1 parent ef0cce7 commit 55b7af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/langchain_quick_start.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
"outputs": [],
603603
"source": [
604604
"from langchain_google_alloydb_pg import AlloyDBEngine, AlloyDBLoader\n",
605-
"from langchain_postgres.v2 import Column\n",
605+
"from langchain_postgres import Column\n",
606606
"\n",
607607
"engine = AlloyDBEngine.from_instance(\n",
608608
" project_id=project_id,\n",

0 commit comments

Comments
 (0)