All - Activity - julien.bronner - Rasa Community Forum
Role Entity Modification Not Taken Into Account in Interactive Mode
Hi, I use the recent feature with Role and Groups for entities, but when I want to train my bot in interactive mode, if the role is not correctly recognized, the modification is not taken into account like in this example :
? Your input -> bloque skype depuis lyon vers porto …
Introducing Entity Roles and Groups
It’s a great feature, thank you! But when will it be added to Rasa X, because currently Rasa X suppresses role in NLU data training?
If a Slot is Not Requested, Slot Mapping Doesn't Work
@flythe globally, your code is good. I can have an optional slot, but when I have one, I need to do another input to launch my action. Thank you, I keep looking for a solution.
Okay thank you, I’ll watch this. Thank you for your time!
I'm sorry, this is true ^^". Reading better would avoid me some trouble.
Okay thank you, but in fact I don’t see in the documentation that Slot Mapping only works for requested Slot. I think it should be interesting to specify it. So now, I only need to find how to set a non-requested slot!
Custom Action Doesn't Extract Slot with Role
Finally, I thought my problem isn’t that, so I created another post ( If a slot is not requested, slot mapping doesn't work). I think the problem is about slot name and entity name that aren’t the same. So I close this one. Thank you!
Hi! During some tests with Role Entities, I figured out my slot mapping doesn’t work like I thought. Currently, it works because my slot names and my entity names are the same. But I tried to change one and now it is not filled. My test is with the same intent; it triggers the FormAction action_get…
I discover the release of Entity Roles a few days ago, and I was very excited because it’s exactly what I need. So I tried to use it, but I have a problem which I don’t understand. In debug mode, I can see that my entity with good roles is detected, but my slot is not filled:
Here, an extra…
Error 'Permission Denied' Using Docker to Install Custom Dependencies
Finally, the problem of Error 502 may come from something else. I re-installed everything, and this solution works! Thank you!
Yes, I’m building the image on the same server where I deploy Rasa X. And with sudo, it doesn’t do the same thing, and the image is built. So thank you a lot, but I don’t understand why I need sudo in the command line while I have USER root in my Dockerfile?
EDIT: Now I have an Error 502 (Bad Gateway…)
Hello, I’m using Rasa and Rasa-X for a bit more than a month. I want to use Custom Actions, and I need to include some dependencies that are not included in rasa_sdk's default image. I followed the guide ( https://hub.docker.com/rasa/rasa-sdk ) and read about other users that had the same issue, but…