Conversational AI with Rasa: Integration with a Website

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 44

  • @joaomiguelsantossa2334
    @joaomiguelsantossa2334 ปีที่แล้ว +4

    I don’t have access to the links in the html

  • @TheDarkusx
    @TheDarkusx 3 ปีที่แล้ว +4

    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.

  • @learnsageway
    @learnsageway 2 ปีที่แล้ว +2

    Very nice and crisp tutorial. It worked for me.

  • @lucasalvarezlacasa2098
    @lucasalvarezlacasa2098 2 ปีที่แล้ว +2

    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?

  • @นายจวก
    @นายจวก 2 ปีที่แล้ว +3

    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?

    • @RasaHQ
      @RasaHQ  2 ปีที่แล้ว

      (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

  • @merycespedes6245
    @merycespedes6245 2 ปีที่แล้ว +3

    it stopped working last week. Is there a problem with the script?

    • @veenitkumar7992
      @veenitkumar7992 2 ปีที่แล้ว

      Yes it’s happening for me also :)

  • @imranakhtar2221
    @imranakhtar2221 ปีที่แล้ว +1

    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

  • @yusufhep1578
    @yusufhep1578 2 ปีที่แล้ว +1

    PERFECT! Thank you...

  • @nullvoid12
    @nullvoid12 2 ปีที่แล้ว +6

    Not able to load the widget. Showing blank screen in the browser. Please help!

  • @BrunotMouan
    @BrunotMouan ปีที่แล้ว

    Great Tutorial , Can you please show us how we can do the same for custom actions server. Thanks

  • @sreevanin3777
    @sreevanin3777 2 ปีที่แล้ว

    Am getting an error Uncaught TypeError: window.Chatroom is not a constructor
    at index.html: - please can you check your code and let know

  • @Han-ve8uh
    @Han-ve8uh 2 ปีที่แล้ว

    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?

  • @abhinavchadha9884
    @abhinavchadha9884 ปีที่แล้ว +1

    hello it is not working when i open it in the web i see nothing just a blank white page

    • @afthabid
      @afthabid ปีที่แล้ว

      same here, did you solve it?

    • @ShakilsTechTonic
      @ShakilsTechTonic 5 หลายเดือนก่อน

      hi there..any solutions yet?

    • @ShakilsTechTonic
      @ShakilsTechTonic 5 หลายเดือนก่อน

      @@afthabid hi there..any solutions yet?

  • @kenchang3456
    @kenchang3456 3 ปีที่แล้ว

    Great tutorial. Is the project available on git?

    • @RasaHQ
      @RasaHQ  3 ปีที่แล้ว +1

      (Vincent here)
      Yes! github.com/RasaHQ/how-to-rasa/tree/main/video-10-connectors

  • @aicc4503
    @aicc4503 2 ปีที่แล้ว

    Great tutorials can i use this with rasa open source 3.x ?

    • @RasaHQ
      @RasaHQ  2 ปีที่แล้ว +2

      (Vincent here)
      As far as I am aware: yes.

    • @aicc4503
      @aicc4503 2 ปีที่แล้ว

      @@RasaHQ thanks

  • @manolia2606
    @manolia2606 2 ปีที่แล้ว

    I was wondering if I can do same thing with flutter?
    Please help

  • @gamez447
    @gamez447 2 ปีที่แล้ว

    How to reduce rasa voice playback speed

  • @neutrino1976
    @neutrino1976 2 ปีที่แล้ว

    if localhost do not work : My solution is to use it on another browser

  • @nakobu2725
    @nakobu2725 2 ปีที่แล้ว +1

    yeah

  • @EleshChannel
    @EleshChannel 11 หลายเดือนก่อน

    Almost every material on this project seem outdated.