Yes. Let’s say I have an initial rasa project. I want to open the data files like nlu.yml, stories.yml, rules.yml, domain.yml and append new intents, responses etc and save it back again.
Hello Team. Can I get more info on this ? Assume I have csv file with intents and corresponding training examples, how do I programatically convert it to the way rasa expects and successfully train the model.
Hi @nik202. yes, managed to solve it. Did not find a direct option to convert from csv/json to yaml in the way rasa wants; had to convert to md first, and then used rasa convert. Any other better way than this?