Hi, I am working on a setup for Rasa X with docker.
When someone changes training data it does change the nlu and stories files accordingly, although if I am correct the annotated conversation are only in database.
When we train a model the model file is created in /models accordingly.
When run locally it is not hard to keep track of the file changes and commit them, but with Rasa-X running on server with docker what is the best way to commit the states of the project ? What about the annotated conversations, is there a way to export and import them as file so that it can be committed using git ?
Thanks