diff --git a/recipes/quickstart/RAG/hello_llama_cloud.ipynb b/recipes/quickstart/RAG/hello_llama_cloud.ipynb
index a608024c2bd5b59623ede2491d46145858ce458e..02141259837c870b3c0eb02d1f3728ae2aed4474 100644
--- a/recipes/quickstart/RAG/hello_llama_cloud.ipynb
+++ b/recipes/quickstart/RAG/hello_llama_cloud.ipynb
@@ -38,6 +38,7 @@
     "!pip install faiss-cpu\n",
     "!pip install bs4\n",
     "!pip install replicate"
+    "!pip install langchain-community"
    ]
   },
   {