Hi, I am new to rasa, I just began. I am having difficulty in understanding difference between rasa interactive and rasa x. And what they can do and can’t do.
Hi, rasa interactive
and rasa x
are two completely different things.
rasa interactive
starts interactive learning mode on the command line, read more about that here: Interactive Learning
rasa x
starts our other toolset “Rasa X”, which you can read more about here: Improve your contextual assistant with Rasa X
Rasa X should generally not be started through the command line on your local machine, but instead it should be installed on a server somewhere: Docker-Compose Quick Install