浏览代码

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).