mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 04:37:51 +02:00
Update notebooks to use bind_tools (#394)
This commit is contained in:
@@ -352,9 +352,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from psycopg_pool import ConnectionPool\n",
|
||||
"from langchain_postgres import (\n",
|
||||
" PostgresSaver, PickleCheckpointSerializer\n",
|
||||
")\n",
|
||||
"from langchain_postgres import PostgresSaver, PickleCheckpointSerializer\n",
|
||||
"\n",
|
||||
"pool = ConnectionPool(\n",
|
||||
" # Example configuration\n",
|
||||
|
||||
Reference in New Issue
Block a user