Hello, I don’t really understand how models work, for example: if I deploy my chatbot on my website and don’t link it to my database, will the conversations be stored? Will my chatbot improve thanks to these conversations?
It depends on how you deploy your assistant. If you deploy your assistant using Rasa X then the conversations will be stored for you which allows you to review and label them. Once labelled, you can retrain the model and set it live. The nice thing here is that you’ll be able to iterate on user data which will make your assistant better.
If you don’t use Rasa X, then you will need another way to collect feedback from your users in order to update the training data from your users.
1 Like