From 98e1bbfbbdffca55775e847899d2823f6232ebe7 Mon Sep 17 00:00:00 2001 From: Matt Adams Date: Thu, 13 Jul 2023 08:02:23 +0100 Subject: [PATCH] Add missing dependencies to apify.ipynb (#6331) Fixes errors caused by missing dependencies when running the notebook. --- docs/extras/modules/agents/tools/integrations/apify.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/modules/agents/tools/integrations/apify.ipynb b/docs/extras/modules/agents/tools/integrations/apify.ipynb index b71acf6c57..48e1c22103 100644 --- a/docs/extras/modules/agents/tools/integrations/apify.ipynb +++ b/docs/extras/modules/agents/tools/integrations/apify.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "outputs": [], "source": [ - "#!pip install apify-client" + "#!pip install apify-client openai langchain chromadb tiktoken" ] }, {