Add missing dependencies to apify.ipynb (#6331)

Fixes errors caused by missing dependencies when running the notebook.
pull/7643/head
Matt Adams 1 year ago committed by GitHub
parent 6f62e5461c
commit 98e1bbfbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save