Um template para criar um FAQ chatbot usando Rasa, Rocket.chat, elastic search
The Rasa Boilerplate is a tool designed to simplify the creation of a Rasa chatbot. It provides a code documentation that includes examples of dialogue, code snippets, and the use of Rasa functionalities. The architecture of the boilerplate can be divided into two main parts: creating and providing. The creating process involves transforming .yml configuration files into a trained model that contains the intelligence of the chatbot. The providing process allows users to interact with the chatbot via Telegram, where messages are sent to Rasa NLU for intent identification and responses are generated by Rasa Core based on stories and actions.