Removing projects for Rasa NLU server

@JulianGerhard Right now I have two Rasa servers (and action servers) running and a Flask app that accepts requests from the app (which includes a scenario id) and routes it to the correct Rasa server’s REST connector.

So I’d replace the two Rasa servers with what you suggest. Definitely worth looking into. I’m a little scared what running 20 Rasa instances plus 20 Action servers times whatever horizontal scaling is required means for system resources though. :-/

I guess one nice thing about this is that I might be able to move some of the smalltalk into a single Rasa model and out of the individual scenario models… and then cache smalltalk results in the Flask app.

1 Like