rasa-nlu-trainer
rasa-nlu-trainer copied to clipboard
Remove startup constraint that a training file must be present
Can we make it to where the program doesn't have to load a training file when it starts. For example when I want to create a brand new one, I may want to launch it empty.
you can achieve this by editing src/state/reducer.js
. You can either override the isOnline
flag or the originalSource
key in INITIAL_STATE
Editing the file is possible but not practical: I'm trying to setup a docker-compose file