I created a simple Bot using Rasa in local virtual environment. My Bot basically gets the entity from user input and hits the Sqlite3 DB using it in “where clause” and pulls the response. The bot works fine in rasa shell.
So I created another virtual environment and installed Rasa X in it. Then copied the nlu, rules, stories, action, domain and config files from my previous environment and copied them into this new folder. Now when I launch the Rasa X, it gets open in Chrome and it works fine till finding intent and going to the respective action. But the part where it hits the DB is not working there.
@ChrisRahme Oh…so it cannot be fixed? I thought the UI of Rasa X looks fancier than the shell interface and thought of using it. So in this case, we have to come up with our own UI?