I have a lot of utterances that have been collected using rasa-nlu, and fit that format. I want to use the rasa X interface to correct annotations, and then download the resultant nlu.md
file.
I have tried a number of different ways of achieving this with mixed results. I found that if I put them all in the /data/nlu.md
and then correct them in the training data
tab, I have to label all of them for the approach to work for instance.
Is there an endpoint I could hit where I could get them to show up as if I’d added them as a new utterance under “Annotate New Data” tab?
I also tried putting the utterances into various tables in the backend sqlite db’s, but found that error-prone.
Thanks for your help!