Skip to content

Commit 7841454

Browse files
committed
added colab links to 3 notebooks
1 parent 43a2895 commit 7841454

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

recipes/use_cases/LiveData.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"id": "30eb1704-8d76-4bc9-9308-93243aeb69cb",
66
"metadata": {},
77
"source": [
8+
"<a href=\"https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/use_cases/LiveData.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
9+
"\n",
810
"## This demo app shows:\n",
911
"* How to use LlamaIndex, an open source library to help you build custom data augmented LLM applications\n",
1012
"* How to ask Llama 3 questions about recent live data via the [Trvily](https://tavily.com) live search API"

recipes/use_cases/RAG/HelloLlamaCloud.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"id": "1c1ea03a-cc69-45b0-80d3-664e48ca6831",
66
"metadata": {},
77
"source": [
8+
"<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",
9+
"\n",
810
"## This demo app shows:\n",
911
"* How to run Llama 3 in the cloud hosted on Replicate\n",
1012
"* How to use LangChain to ask Llama general questions and follow up questions\n",

recipes/use_cases/VideoSummary.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"id": "30b1235c-2f3e-4628-9c90-30385f741550",
66
"metadata": {},
77
"source": [
8+
"<a href=\"https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/use_cases/VideoSummary.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
9+
"\n",
810
"## This demo app shows:\n",
911
"* How to use LangChain's YoutubeLoader to retrieve the caption in a YouTube video\n",
1012
"* How to ask Llama 3 to summarize the content (per the Llama's input size limit) of the video in a naive way using LangChain's stuff method\n",

0 commit comments

Comments
 (0)