hi there i have some questions about using Rasa with database.
can i store the questions and answers in the database with need to use the nlu file
while storing some data collecting from the user can i like when the user say hi or hello store in the database the intent used like greet or asking-something
can i store the questions and answers in the database with need to use the nlu file
Yes, you can export the training data into the Rasa yaml format before training or create your own custom importer
while storing some data collecting from the user can i like when the user say hi or hello store in the database the intent used like greet or asking-something
I don’t understand the question. The full user conversation is already stored in the tracker store and you could read the tracker store database if you want to see user conversations. You can also configure an event broker and view the conversations that way.