@bferster yes, I think so. It is container based, till you update or trained the model again.
For example: I have my Wordpress website running 24x7 on docker based environment, and even my rasa open source, without any terminal open, if you are using Windows or Mac you can easily manage whilst using Docker Desktop, to start or stop containers.
@bferster for that you need to create the conda environment on server as server run 24x7 so as your chatbot then or may be GitHub actions can help you, I not personally implemented but you can explore.
To quickly test deployment, you can use the Quick Installation which is a quick way to do a Helm Chart Installation with a single command.
To understand how deployment works in detail, you can look at the Rasa Advanced Deployment Workshop. It explains how to deploy and manage a Helm Chart Installation, the architecture and role of each pod/container, etc.
It’s not really a chat bot.
I’m working for a university to develop a teacher-training tool where teachers can simulate the classroom environment:
www.lizasim.com
They talk to rasa, and we come up with appropriate responses, based on the intents and entities returned
@bferster your use case is very interesting, it means you want to provide teacher a live classroom environment with different sets of questions (asked by students) but how teachers reply or it will be vice-versa, are you able to create this use case or its just a starting/planning?
We have a training set of 43,000 pairs of teacher-student interactions that have been coded to 34 intents that reflect different ways to teach kids. The teachers are real people, and the students are avatars
Yes. One of the responses is chosen based on the intent found in the live teacher’s remark, with the help of some contextual information. I can’t believe there isn’t a simpler way to get the server persistent than having to learn yet another technology!
Sorry Mr Ferster, you will either need to deploy on a server using the above methods or keep your computer and terminal running at all times.
Again, the Quick Installation is a very simple command to deploy in one go. No need to learn Docker or Helm in depth! You will need a Linux server as described in the Requirements though.
Nonetheless, interesting project and good luck We are always happy to help on the Forum!