Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3fa7a0b

Browse files
authored
Merge pull request #142 from cohere-ai/llmu-updates
LLMU - update links and images
2 parents b925c9e + 7433cac commit 3fa7a0b

7 files changed

+91
-17
lines changed

notebooks/guides/Analyzing_Hacker_News_with_Six_Language_Understanding_Methods.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/guides/Analyzing_Hacker_News_with_Six_Language_Understanding_Methods.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"attachments": {},
514
"cell_type": "markdown",

notebooks/llmu/Fine_Tuning_for_Classify.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/llmu/Fine_Tuning_for_Classify.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {

notebooks/llmu/Introduction_to_RAG.ipynb

Lines changed: 9 additions & 4 deletions
Large diffs are not rendered by default.

notebooks/llmu/RAG_over_Large_Scale_Data.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"id": "TSkzr2WGmeQe"
2727
},
2828
"source": [
29-
"*Note: To run the notebook, you must first deploy your own Google Drive connector as a web-based REST API (the steps are outlined in [this article](https://txt.cohere.com/rag-chatbot-quickstart/)).:*"
29+
"*Note: To run the notebook, you must first deploy your own Google Drive connector as a web-based REST API (the steps are outlined in [this article](https://txt.cohere.com/rag-quickstart-connectors/#build-and-deploy-the-connector)).*"
3030
]
3131
},
3232
{
@@ -35,7 +35,9 @@
3535
"id": "yOv1E6lBg_Qj"
3636
},
3737
"source": [
38-
"This notebook shows how to build a RAG-powered chatbot with Cohere's Chat endpoint using connectors. \n",
38+
"This notebook shows how to build a RAG-powered chatbot with Cohere's Chat endpoint using connectors.\n",
39+
"\n",
40+
"Read the accompanying [article here](https://txt.cohere.com/rag-large-scale-data/).\n",
3941
"\n",
4042
"In particular, this notebook shows how to use connectors at scale, such as connecting to multiple datastores, working with large volumes of documents, and handling long documents. Enterprises need a RAG system that can efficiently handle vast amounts of data from diverse sources, and in this chapter, you’ll learn about how this can be automated with the Chat endpoint.\n",
4143
"\n",

notebooks/llmu/RAG_with_Chat_Embed_and_Rerank.ipynb

Lines changed: 53 additions & 8 deletions
Large diffs are not rendered by default.

notebooks/llmu/RAG_with_Connectors.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"\n",
2424
"This notebook shows how to build a RAG-powered chatbot with Cohere's Chat endpoint using connectors. The chatbot can extract relevant information from external documents and produce verifiable, inline citations in its responses.\n",
2525
"\n",
26+
"Read the accompanying [article here](https://txt.cohere.com/rag-connectors/).\n",
27+
"\n",
2628
"Connectors are ways of connecting to data sources. These data sources could be internal documents, document databases, the broader internet, or any other source of context which can inform the replies generated by the model.\n",
2729
"\n",
2830
"We'll use the web search connector, a Cohere-managed connector that you can use without additional setup.\n",

notebooks/llmu/RAG_with_Quickstart_Connectors.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"id": "yZzk64vUhC8T"
2727
},
2828
"source": [
29-
"*Note: To run the notebook, you must first deploy your own Google Drive connector as a web-based REST API (the steps are outlined in [this article](https://txt.cohere.com/rag-chatbot-quickstart/))*\n",
29+
"*Note: To run the notebook, you must first deploy your own Google Drive connector as a web-based REST API (the steps are outlined [here](https://txt.cohere.com/rag-quickstart-connectors/#build-and-deploy-the-connector)).*\n",
3030
"\n",
31-
"*The connector implementation code is [available here](utils/rag_quickstart_connectors).*"
31+
"*The connector implementation code is [available here](examples/rag_quickstart_connectors/gdrive).*"
3232
]
3333
},
3434
{
@@ -37,7 +37,9 @@
3737
"id": "LgnnKlvWgfi8"
3838
},
3939
"source": [
40-
"This notebook shows how to build a RAG-powered chatbot with Cohere's Chat endpoint using one of 80+ pre-built quickstart connectors. We’ll use it to connect a chatbot to a Google Drive, enabling the chatbot to use the Google Drive API to find answers to a user’s question by searching documents in the Google Drive."
40+
"This notebook shows how to build a RAG-powered chatbot with Cohere's Chat endpoint using one of 80+ pre-built quickstart connectors. We’ll use it to connect a chatbot to a Google Drive, enabling the chatbot to use the Google Drive API to find answers to a user’s question by searching documents in the Google Drive.\n",
41+
"\n",
42+
"Read the accompanying [article here](https://txt.cohere.com/rag-quickstart-connectors/)."
4143
]
4244
},
4345
{

0 commit comments

Comments
 (0)