Load JSON for Training Data

Hello, I just wandering, how to load json formatted into Rasa to train chatbot? Since I want to use Chatito to increase my training data.

Thanks in advance.

Rasa needs the training data in YAML format as mentioned in the docs:

You can write your own Custom Training Data Importer which will convert from your format to the required format on every training.

Thank you, Sir. Is it possible to use both YAML and Custom Training Data Importer to train chatbot?

Yes :slight_smile:

Thank you so much, Sir :grinning:

1 Like