botpress / nlu

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(nlu-server): Make the connection between Botpress and NLU stateless #62

Closed charlescatta closed 2 years ago

charlescatta commented 3 years ago

The training state management in the current implementation of the nlu-server and the NLU module in Botpress do not allow for typical cloud deployments causing limited flexibility.

Current behavior:

Expected behavior:

franklevasseur commented 3 years ago

This is a very good and valid point.

This will be my main focus for the next month.

franklevasseur commented 3 years ago

This PR #72 solves your issue.

franklevasseur commented 2 years ago

Closing as this is fixed on branch https://github.com/botpress/nlu/pull/78. The fix is available in binaries 1.0.0-rc.x. The latest currently is this one.