rasa-nlu-trainer icon indicating copy to clipboard operation
rasa-nlu-trainer copied to clipboard

Remove startup constraint that a training file must be present

Open wrathagom opened this issue 7 years ago • 2 comments

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.

wrathagom avatar Jul 11 '17 14:07 wrathagom

you can achieve this by editing src/state/reducer.js. You can either override the isOnline flag or the originalSource key in INITIAL_STATE

amn41 avatar Jul 11 '17 14:07 amn41

Editing the file is possible but not practical: I'm trying to setup a docker-compose file

AndreaPivetta avatar Oct 03 '17 15:10 AndreaPivetta