This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23
stars
21
forks
source link
feat(cli): various cli improvements #144
Closed
franklevasseur closed 2 years ago
This PR includes:
download
command is now a subcommand oflang
:./nlu lang download --dim 100 --lang fr
init
(./nlu init && ./nlu lang init
) generate empty json configuration files with a schema in app dataHere's the priority order in case of conflict:
cli arg > config file > env variable