[Notebooks Pt 1/N] Fixup some Tool Calling + Import formatting + prebuilt usage (#388)

This commit is contained in:
William FH
2024-05-03 15:48:10 -07:00
committed by GitHub
parent a307fc9fc4
commit b7ec64df8d
27 changed files with 306 additions and 299 deletions
+2 -1
View File
@@ -41,7 +41,8 @@
}
],
"source": [
"!pip install --quiet -U langchain langchain_openai tavily-python langchain-postgres"
"%%capture --no-stderr\n",
"%pip install install --quiet -U langchain langchain_openai tavily-python langchain-postgres"
]
},
{