All - Activity - madanmeena - Rasa Community Forum
madanmeena
madan
Jaipur
I am a software developer with .net background, very new to python ecosystem, first time creating a bot for the project I am working on.
Rasa-x 1.0.1 compatibility issue with Rasa 2.8.2 & 2.8.17 models
Feb 8, 2022
is there a solution for the docker-compose approach?
I am using rasa-x 1.0.1 and rasa 2.8.22 and not able to upload the model through rasa x
Even if a copy the model to models directory, these models are not reflected on rasa-x UI
NLU Inbox broken
Oct 12, 2021
@nik202 I think this is a bug with Rasa-X UI rendering, Let me know if any additional information is required, is there an active list of bugs for Rasa-X where I can report this?
NLU Inbox broken
Oct 6, 2021
This did not help.
NLU Inbox broken
Sep 29, 2021
Not exactly, the scroll works for more than 80 nlu inbox, u only face it when when there are 75-80 NLU entries, so for last couple of months we have not been able to see these entries.
The syntax issue is also sporadic.
NLU Inbox broken
Sep 29, 2021
I will try that when I face this again, will report back.
NLU Inbox broken
Sep 28, 2021
I am also facing this issue for a couple of months now, we are not able to scroll all NLU entries, specially if they are last 75-80 entries ")] (https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/3X/6/3/63cee7abfcfc12f170298223e7e086b3ed9110c9.png)
Deploying Docker-Installed Rasa X to Facebook/Slack. How to find port of server?
Sep 28, 2021
@M_R_LY
My issue was resolved when i added rest: in the credentials.yml file.
Not sure it will help with yours, for each channel we need to create an entry in credentials.yml, we are basically using rest and callback channel, as we are not routing the traffic directly to rasa, so rest channel were s…
Meta Data with Individual message in rasa-x
Sep 21, 2021
We ended up using the slot.
Meta Data with Individual message in rasa-x
Aug 26, 2021
Just like tagging a conversation in rasa-x is there a way to associate some metadata with the individual messages?
We basically want to associate some URLs with each user message and want these URLs to be visible with the particular message, just like tags with conversation in Rasa-X.
This is need…
Muti language support using rasa
Aug 26, 2021
Yes with the approach I mentioned in the previous comment
Basically we went with two repository and one rasa-x instance, we are primarily using rasa-x instances to work with the Spanish language bot, all the development is done in this branch. When we update the bot we basically merge this Spanish b…
Tried to set non existent slot 'is_channel_fb'. Make sure you added all your slots to your domain file
Jun 9, 2021
Nope it’s not anywhere.
The only possible reason I can think of is since the slot have been renamed, we might have some old conversation events which still have the old slot and which when pushed to rasa-x through rabbitmq could result in this, otherwise it does not make sense.