|
@@ -5,7 +5,7 @@
|
|
|
"id": "1c1ea03a-cc69-45b0-80d3-664e48ca6831",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "<a href=\"https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/use_cases/RAG/HelloLlamaCloud.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
|
|
|
+ "<a href=\"https://colab.research.google.com/github/meta-llama/llama-cookbook/blob/main/getting-started/RAG/hello_llama_cloud.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
|
|
|
"\n",
|
|
|
"## This demo app shows:\n",
|
|
|
"* How to run Llama 3.1 in the cloud hosted on Replicate\n",
|
|
@@ -37,7 +37,7 @@
|
|
|
"!pip install sentence-transformers\n",
|
|
|
"!pip install faiss-cpu\n",
|
|
|
"!pip install bs4\n",
|
|
|
- "!pip install replicate",
|
|
|
+ "!pip install replicate\n",
|
|
|
"!pip install langchain-community"
|
|
|
]
|
|
|
},
|