mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
docs: Added missing installation for required packages in tutorial notebooks (#28156)
**Description:** some of the required packages are missing in the installation cell in tutorial notebooks. So I added required packages to installation cell or created latter one if it was not presented in the notebook at all. Tested in colab: "Kernel" -> "Run all cells". All the notebooks under `docs/tutorials` run as expected without `ModuleNotFoundError` error. --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
parent
2de59d0b3e
commit
3b602d0453
@ -156,7 +156,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install --upgrade --quiet tiktoken langchain langgraph beautifulsoup4\n",
|
"%pip install --upgrade --quiet tiktoken langchain langgraph beautifulsoup4 langchain-community\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Set env var OPENAI_API_KEY or load from a .env file\n",
|
"# Set env var OPENAI_API_KEY or load from a .env file\n",
|
||||||
"# import dotenv\n",
|
"# import dotenv\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user