Skip to content

Commit

Permalink
Merge pull request #75 from cohere-ai/chat-endpoint
Browse files Browse the repository at this point in the history
Add chat endpoint notebook
  • Loading branch information
mrmer1 authored Nov 1, 2023
2 parents 00f2ccb + 4fc59f8 commit cb7b00c
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,14 @@ We look at what output validation is and how to implement it using Guardrails AI

### 19. Question Answering Via SageMaker JumpStart
Question Answering using LangChain and Cohere's Generate and Embedding Models from SageMaker JumpStart
[<a href="https://github.com/cohere-ai/notebooks/blob/main/notebooks/QuestionAnwering_Cohere_SagemakerJumpstart.ipynb">Notebook</a> | <a href="https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/QuestionAnwering_Cohere_SagemakerJumpstart.ipynb">Colab</a>]
[<a href="https://github.com/cohere-ai/notebooks/blob/main/notebooks/QuestionAnwering_Cohere_SagemakerJumpstart.ipynb">Notebook</a> | <a href="https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/QuestionAnwering_Cohere_SagemakerJumpstart.ipynb">Colab</a>]



### 20. How to Build a Chatbot with the Chat Endpoint
Learn how to build a chatbot using Cohere’s Chat endpoint.
[<a href="https://github.com/cohere-ai/notebooks/blob/main/notebooks/How_to_Build_a_Chatbot_with_the_Chat_Endpoint.ipynb
">Notebook</a> | <a href="https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/How_to_Build_a_Chatbot_with_the_Chat_Endpoint.ipynb
">Colab</a>]

<img src="https://raw.githubusercontent.com/cohere-ai/notebooks/main/notebooks/images/chatbot-chat-endpoint.png" style="width:100%; max-width:400px" alt="How to Build a Chatbot with the Chat Endpoint" />
Loading

0 comments on commit cb7b00c

Please sign in to comment.