Unable to see experiments tab?

Hi, I’m trying to set up Rasa X on a local machine to try it out before deploying. I installed Rasa X using pip.

(python -m pip install rasa-x -i https://pypi.rasa.com/simple)

To implement IVC in the app, I’m supposed to be looking in the Experiments tab, but I can’t see any such tab in the webpage at all.

Any idea what’s going on?

Hello @ActuallyAcey we typically recommend Rasa X be deployed on a server, some of the features require it to be running on a server as well. One of these features is the IVC which only really is activated on server mode. There wouldn’t really be a reason to use git version control locally.

I would recommend using rasa open source via rasa shell to interact locally and then deploy Rasa X to a server and have your IVC setup there so you can locally test, push to your version control and new updates are on the Rasa X server and vice versa.