How to load training data from database using TrainingData Importers

I am new to Rasa.I want to know how to load training data from database

Hi @Umesh, welcome to the Rasa community!

There is no built-in feature in Rasa to import training data from a database. Usually you would provide NLU training data in a file nlu.md (see here), and core training data in a file stories.md (see here). If you want to import training data from a database instead, you will have to implement a custom importer. Please check out our docs page for some guidance on that.

1 Like