Update notebooks to use bind_tools (#394)

This commit is contained in:
William FH
2024-05-04 01:30:52 -07:00
committed by GitHub
parent 21b8cbfd33
commit e0770d68b3
29 changed files with 1466 additions and 949 deletions
+1 -3
View File
@@ -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",