Add missing dependencies to apify.ipynb (#6331)

Fixes errors caused by missing dependencies when running the notebook.
This commit is contained in:
Matt Adams
2023-07-13 08:02:23 +01:00
committed by GitHub
parent 6f62e5461c
commit 98e1bbfbbd

View File

@@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"#!pip install apify-client"
"#!pip install apify-client openai langchain chromadb tiktoken"
]
},
{