Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 852 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 852 Bytes

NLU CLI

Description

Small CLI that serves as an entry point for both the nlu and language server.

Available commands and subcommands

your/nlu/exe
│
├── nlu (default)
│   ├── start (default) # launch the nlu server
│   ├── init # create empty configuration file for nlu-server
│   └── --version # display nlu-server version
└── lang
    ├── start (default) # launch the lang server
    ├── download # download languange models
    ├── init # create empty configuration file for lang-server
    └── --version # display lang-server version

Licensing

This software is protected by the same license as the main Botpress repository. You can find the license file here.