Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1.23 KB

File metadata and controls

8 lines (6 loc) · 1.23 KB

Welcome to the Text Chatbot! This example introduces how to deploy the Text Chatbot system and guides you through setting up both the backend and frontend components. You can deploy this text chatbot on various platforms, including Intel XEON Scalable Processors, Habana's Gaudi processors (HPU), Intel Data Center GPU and Client GPU, Nvidia Data Center GPU and Client GPU.

Section Link
Backend Setup Backend README
Frontend Setup Frontend README

You can enhance the capabilities of the Text Chatbot by enabling plugins, such as the cache plugin. This plugin is designed to help you reduce costs effectively by caching query results, resulting in fewer requests and tokens sent to the Language Model service. As a result, it offers superior query throughput compared to standard Language Model services. To deploy a Text Chatbot with caching functionality, please refer to the instructions provided in the README for backend setup.