botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

feat(nlu-server): add a route to list all trainings of an app #96

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

This PR adds route GET <base>/train or GET <base>/train?lang=en.

It returns all trainings of an app.