Skip to content

Commit

Permalink
Merge pull request #114 from cohere-ai/chat-rag-upd
Browse files Browse the repository at this point in the history
Update blog links
  • Loading branch information
mrmer1 authored Jan 31, 2024
2 parents 0b40861 + a10640f commit 66748bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions examples/chat_rag_connector/RAG_Chatbot_with_Connectors.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*We recommend first reading this [article](https://txt.cohere.com/rag-chatbot-connector/) as it provides the context needed to understand this notebook.*"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
1 change: 0 additions & 1 deletion examples/chat_rag_connector/demo/provider/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

demo_store = {}


# This function is run for the /search endpoint
# the results that are returned here will be passed to Cohere's model for RAG
def search(body):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*We recommend first reading this [article](https://txt.cohere.com/rag-chatbot-quickstart/) as it provides the context needed to understand this notebook.*"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 66748bf

Please sign in to comment.