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

Commit 66748bf

Browse files
authored
Merge pull request #114 from cohere-ai/chat-rag-upd
Update blog links
2 parents 0b40861 + a10640f commit 66748bf

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

examples/chat_rag_connector/RAG_Chatbot_with_Connectors.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"*We recommend first reading this [article](https://txt.cohere.com/rag-chatbot-connector/) as it provides the context needed to understand this notebook.*"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": 1,

examples/chat_rag_connector/demo/provider/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
demo_store = {}
1010

11-
1211
# This function is run for the /search endpoint
1312
# the results that are returned here will be passed to Cohere's model for RAG
1413
def search(body):

examples/chat_rag_quickstart_connector/RAG_Chatbot_with_Quickstart_Connectors.ipynb.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"*We recommend first reading this [article](https://txt.cohere.com/rag-chatbot-quickstart/) as it provides the context needed to understand this notebook.*"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": 1,

0 commit comments

Comments
 (0)