Great tutorials, a web widget was to be released any update when it will be available public with the customizations that had been shown L3 AI Summit ? Thanks again for great resources.
Hi, I am using Rasa Opensource. What I saw in the video is that Rasa responds the user according to the intent of the message parse to the api. But when I parse the text into the api, it only returns the intents of that message, not the actual response. How do I get the response message "Hey, How are you?" when I say "Hi" from the api?
(Vincent here) That's likely because you're using the NLU parsing endpoint. Have you seen the API here? rasa.com/docs/rasa/pages/http-api#operation/predictConversationAction
3:08 "Clients don't need to address same node when sending message for given conversation id" Could you explain when will this design be needed? What is the client doing that would make them use multiple nodes in a single conversation? Is this "multiple rasa servers can be run in parallel" refering to the chat server or the action server? Does the lock work by allowing parallel processing, then arrange processed results in same order as processing requests are initiated?
I don’t have access to the links in the html
Great tutorials, a web widget was to be released any update when it will be available public with the customizations that had been shown L3 AI Summit ?
Thanks again for great resources.
Very nice and crisp tutorial. It worked for me.
And the arrows he draws are really useful.
my html page is blank, how did you solve that?
@@abrahamowos me too
@@asmaaabdel-kader5270 I skipped it and moved on
Great tutorial. Are there any other options for chat widgets? Or the only alternative is to build the whole UI of the chat on your own?
Hi, I am using Rasa Opensource. What I saw in the video is that Rasa responds the user according to the intent of the message parse to the api. But when I parse the text into the api, it only returns the intents of that message, not the actual response. How do I get the response message "Hey, How are you?" when I say "Hi" from the api?
(Vincent here)
That's likely because you're using the NLU parsing endpoint. Have you seen the API here?
rasa.com/docs/rasa/pages/http-api#operation/predictConversationAction
it stopped working last week. Is there a problem with the script?
Yes it’s happening for me also :)
i got this error when i want to run index file or localhost:8000 error = (index):9 Uncaught TypeError: window.Chatroom is not a constructor
PERFECT! Thank you...
Not able to load the widget. Showing blank screen in the browser. Please help!
same here, you solved it?
@@bhruno961 not yet
thought i'm the only one
Same
Same! :(
Great Tutorial , Can you please show us how we can do the same for custom actions server. Thanks
Am getting an error Uncaught TypeError: window.Chatroom is not a constructor
at index.html: - please can you check your code and let know
3:08 "Clients don't need to address same node when sending message for given conversation id"
Could you explain when will this design be needed? What is the client doing that would make them use multiple nodes in a single conversation?
Is this "multiple rasa servers can be run in parallel" refering to the chat server or the action server?
Does the lock work by allowing parallel processing, then arrange processed results in same order as processing requests are initiated?
hello it is not working when i open it in the web i see nothing just a blank white page
same here, did you solve it?
hi there..any solutions yet?
@@afthabid hi there..any solutions yet?
Great tutorial. Is the project available on git?
(Vincent here)
Yes! github.com/RasaHQ/how-to-rasa/tree/main/video-10-connectors
Great tutorials can i use this with rasa open source 3.x ?
(Vincent here)
As far as I am aware: yes.
@@RasaHQ thanks
I was wondering if I can do same thing with flutter?
Please help
Hello, were you able to do this
How to reduce rasa voice playback speed
if localhost do not work : My solution is to use it on another browser
yeah
Almost every material on this project seem outdated.