Skip to content

Commit

Permalink
Add missing dependencies to apify.ipynb (langchain-ai#6331)
Browse files Browse the repository at this point in the history
Fixes errors caused by missing dependencies when running the notebook.
mrwadams authored Jul 13, 2023
1 parent 6f62e54 commit 98e1bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/modules/agents/tools/integrations/apify.ipynb
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"#!pip install apify-client"
"#!pip install apify-client openai langchain chromadb tiktoken"
]
},
{

0 comments on commit 98e1bbf

Please sign in to comment.