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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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