Monireh2 3 місяців тому
батько
коміт
de78ad9cdb

+ 2 - 3
end-to-end-use-cases/customerservice_chatbots/README.md

@@ -1,4 +1,4 @@
-This repository contains various end-to-end use cases for building customer service chatbots using Meta's Llama 3. Below is an outline of the subfolders and their contents.
+This repository contains various end-to-end use cases for building customer service chatbots using Meta's Llama 3. Below is an outline of the sub folders and their contents.
 
 ## Outline
 
@@ -14,7 +14,6 @@ This repository contains various end-to-end use cases for building customer serv
     * Storing summaries in a vector database (Weaviate)
     * Leveraging Retrieval Augmented Generation (RAG) for intelligent sales interactions
 
-
 - **[messenger_chatbot](https://github.com/meta-llama/llama-cookbook/tree/main/end-to-end-use-cases/customerservice_chatbots/messenger_chatbot)** section provides a step-by-step guide to building a Llama-enabled Messenger chatbot. It includes integration details with the Messenger Platform and a [demo video](https://drive.google.com/file/d/1B4ijFH4X3jEHZfkGdTPmdsgpUes_RNud/view).
 
 - **[whatsapp_chatbot](https://github.com/Monireh2/llama-recipes/tree/main/end-to-end-use-cases/customerservice_chatbots/whatsapp_chatbot)** folder contains a tutorial for creating a Llama 3 enabled WhatsApp chatbot, similar to the Messenger chatbot guide. A demo video showcasing the use of iOS WhatsApp to send a question to a test phone number and receive a response generated by Llama 3 can be found [here](https://drive.google.com/file/d/1fZDaOsvyE1yrNGETV-e0SvL14BYeAI6R/view).
@@ -24,4 +23,4 @@ This repository contains various end-to-end use cases for building customer serv
 - **RAG Architecture:** The RAG method enhances LLMs by retrieving and augmenting data, allowing for more relevant and context-aware responses.
 - **Development Tools:** The repository utilizes frameworks like LangChain and LlamaIndex for building LLM applications, and Gradio for creating chatbot UI.
 
-For more detailed information, please refer to the individual subdirectory documentation and examples.
+For more detailed information, please refer to the individual sub directory documentation and examples.