Do I need to install Rasa also and run that by binding it to the models trained to be able to access webhooks/rest/webhook endpoint or is that all included in RasaX itself ?
@talhashaikh5 thanks, I installed rasa , now I get into the etc/rasa/ folder where RasaX is installed and did command
rasa run
its showing error as
ValueError: Error when trying to expand the environment variables in ‘${RASA_MODEL_SERVER}’. Please make sure to also set these environment variables: ‘[’${RASA_MODEL_SERVER}’]’
@talhashaikh5, thanks I did the env and got it working. Just to make it clear to me so I not mess up
I started rasax in docker as the quick installation says then I installed rasa and run it from my working directory , but referenced the models from the rasax folder
Is this is the way it should be working?
thank you for your help!
@DeepakTiwari84
I am using local mode and trying to connect rasa server with my custom channel using RestInput.
I did add /core to my postman request URL like this http://localhost:5005/core/webhooks/rest/webhook (Although currently i am testing it locally, I plan to shift to a domain)
I still get the same error.
Is it mandatory to run Rasa X server ?
Currently i am running rasa server using command rasa run