Skip to content

Commit

Permalink
Merge pull request #89 from cohere-ai/rag-connector
Browse files Browse the repository at this point in the history
Update directory of examples
  • Loading branch information
mrmer1 authored Dec 13, 2023
2 parents c21fcf4 + fa6f799 commit bfdfec0
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ Learn how to build a chatbot using Cohere’s Chat, Embed, and Rerank endpoints.

### 22. How to Build a RAG-Powered Chatbot with Connectors
Learn how to build a chatbot connectors using Cohere's build-your-own connectors framework.
[<a href="https://github.com/cohere-ai/notebooks/blob/main/notebooks/RAG_Chatbot_with_Connectors.ipynb.ipynb
">Notebook</a> | <a href="https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/RAG_Chatbot_with_Connectors.ipynb.ipynb
[<a href="https://github.com/cohere-ai/notebooks/blob/main/examples/chat_rag_connector/RAG_Chatbot_with_Connectors.ipynb
">Notebook</a> | <a href="https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/examples/chat_rag_connector/RAG_Chatbot_with_Connectors.ipynb
">Colab</a>]

<img src="https://raw.githubusercontent.com/cohere-ai/notebooks/main/notebooks/images/rag-chatbot-connector.png" style="width:100%; max-width:400px" alt="How to Build a RAG-Powered Chatbot with Connectors" />
<img src="https://raw.githubusercontent.com/cohere-ai/notebooks/main/notebooks/images/rag-chatbot-connector.png" style="width:100%; max-width:400px" alt="How to Build a RAG-Powered Chatbot with Connectors" />

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Template Quick Start Connector
# LLM University - Chat and RAG with Connectors

This is a _template_ for a simple quick start connector that return static data. This can serve as starting point for creating a brand new connector.
This is the code used in the LLM University chapter on [Chat and RAG with connectors](https://txt.cohere.com/rag-chatbot-connector/)

## Configuration

This connector is very simple and only needs a `TEMPLATE_CONNECTOR_API_KEY` environment variable to be set. This value will be used for bearer token authentication to protect this connector from abuse.

A `.env-template` file is provided with all the environment variables that are used by this connector.
It is created based on the quick start connector template available on the quickstart connectors [repository](https://github.com/cohere-ai/quick-start-connectors/tree/main/_template_).

## Development

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bfdfec0

Please sign in to comment.