All - Activity - XSUN - Rasa Community Forum
Providing conversation context to the NLU using microservices
Hi alex, I am also currently working on the contextual NLU which want to take tracker information as the input of NLU, but not sure how you made to call tracker as a parameter to the parse() method, could you tell me which function you called to get tracker information, rasa_sdk, rasa.shared.core …
Stories / Rules based on slot values
Hi! Curious does it work if the rule be triggered based on the slot_was_set event?
Rasa End to End error 'KeyError: 'start''
Hi Nik, I just want to realize the mixed end2end and intents training, totally 2 stories in my training stories file like below. The first story is initialized by the user’s input utterance “I guess you are not human” and the corresponding action is “utter_iamabot” which was predefined in the domain…
No worries! I just want to use the mixed end-to-end story which described in this page Training Data Format And I used a very simple mixed story to train the bot, but always get the error which I have attached the screen of my story and error report. Could you please check them and maybe offer me s…
Hey Nik, this problem are still there and I have not found a way to solve it. Do you know where the problem is?
Thanks Nik! The problem has been solved!
Hi, I encounter a problem when I want to use mix intent and end2end way. Following is my stories and config file, and the also error when I train the model. Can you help me with this problem?
Rasa X Initial Payload
Also have this problem, just curious do you find solution to let the bot initialize the conversation in rasa x?
Form deactivate not work
Hi all, I met problem with the form deactivation. I followed the instruction in Rasa Docs as follow to deactivate the form, and use the same stories and rules setting up. But it seems the action ‘action_deactivate_loop’ not work at all. Could someone can point out the solution how I can deactivate t…