Get all Rasa X labeled data to go to a single file

I have many files that my NLU data is split across. Data that I label in Rasa X seems to be going to different arbitrary files. How can I make all the data I label in Rasa X go to a single file?

1 Like

If you label a sentence to an already-existing intent, does it write it to a different file from where the intent is already defined?

It definitely writes to a file where the intent is already defined. I have the same intent used in my different files, though. Usually, my entities change across files (e.g. each file is for a different entity).

Ah I see. Sadly there is no way to control that :confused:

You cannot even change it from the source code since Rasa X is not open source.

just to chime in - we are aware of this problem and working on a solution

2 Likes