Browse Source

restore rag chatbot example in readme

Igor Kasianenko 3 months ago
parent
commit
3c6d025681
1 changed files with 2 additions and 0 deletions
  1. 2 0
      end-to-end-use-cases/README.md

+ 2 - 0
end-to-end-use-cases/README.md

@@ -40,3 +40,5 @@ This step-by-step tutorial shows how to use the [WhatsApp Business API](https://
 ### Building a Llama 3 Enabled Messenger Chatbot
 This step-by-step tutorial shows how to use the [Messenger Platform](https://developers.facebook.com/docs/messenger-platform/overview) to build a Llama 3 enabled Messenger chatbot.
 
+### RAG Chatbot Example (running [locally](./customerservice_chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb)
+A complete example of how to build a Llama 3 chatbot hosted on your browser that can answer questions based on your own data using retrieval augmented generation (RAG).