Преглед на файлове

restore rag chatbot example in readme

Igor Kasianenko преди 3 месеца
родител
ревизия
3c6d025681
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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).