Browse Source

Update hello_llama_cloud.ipynb (#754)

Vikas Sharma 5 months ago
parent
commit
017bee0356
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipes/quickstart/RAG/hello_llama_cloud.ipynb

+ 1 - 1
recipes/quickstart/RAG/hello_llama_cloud.ipynb

@@ -37,7 +37,7 @@
     "!pip install sentence-transformers\n",
     "!pip install faiss-cpu\n",
     "!pip install bs4\n",
-    "!pip install replicate"
+    "!pip install replicate",
     "!pip install langchain-community"
    ]
   },