Просмотр исходного кода

restore rag chatbot example in readme

Igor Kasianenko 3 месяцев назад
Родитель
Сommit
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).