Multi-conversation Rasa Core with tracker store

Hi!

I’m interested in setting up a Rasa Core server with a single model but multiple independent conversations. I had a dig around and it seems the best option is to have a different tracker store (say mongodb) for each new conversation. Is it correct that this, along with different endpoints, is all that is required in order to compartmentalise the conversations entirely? This would be great as it’s too big to fit in an AWS Lambda and spinning up lots of docker containers would be a bit slow (and it’s expensive to maintain unused spares all the time).

Also open to other options/suggestions, thanks!

Thanks! Graeme

Answering my own question: it seems that a different endpoint is not required as a single bot with single action server etc is able to keep track of multiple ongoing independent conversations through the use of the ID/user in the tracker store, so it’s all neatly wrapped up =)