I have installed RASA NLU and RASA CORE and their dependencies as per shown in https://rasa.com/docs/nlu/. I created data files and configuration files for botg rasa nlu and rasa core and trained them individually.
These are the files I created as it is in the documentation without any changes.
nlu_config.yml, nlu.md for rasa_nlu
domain.yml, stories.md for rasa core.
I trained RASA NLU and RASA CORE with the commands mentioned in the documentation.
It is not working properly, when I tried to combine or integrate both NLU and CORE.
My chatbot is up and running but it is not responding to my text messages. I attached the screenshot of my results. please find them. please let me if you need more information to solve this issue.
Hey. I tried reproducing everything using the files provided in Rasa Stack quickstart and everything seems to be working as expected.
I am not exactly sure what is the issue that you are facing because you did get the response to hello message. Do you mind sharing your what nlu and stories data are you using? My guess is that it has too little examples and simply makes a mistake when predicting the next action.
Sure, I am sending all my configuration files and data files. These are the four files which I have used to train NLU and CORE. All the data in these files are same as mentioned in the examples of the documentation. please let me know if you need anything else.
Yes, I am getting response only for “hello” message, which means either NLU or core were trained only for one single message.