ci: fix notebook runner & VCR cassette recorder (#1849)

Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
Isaac Francisco
2024-09-27 17:56:55 -04:00
committed by GitHub
co-authored by vbarda
parent ea0418334b
commit 98f5df4f6f
289 changed files with 4482 additions and 1968 deletions
@@ -62,7 +62,7 @@
"metadata": {},
"outputs": [],
"source": [
"%capture --no-stderr\n",
"%%capture --no-stderr\n",
"%pip install -U langchain-nomic langchain_community tiktoken langchainhub chromadb langchain langgraph nomic[local]"
]
},