Conversational AI with Rasa: Custom Forms

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

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

  • @dk-elijah
    @dk-elijah 2 ปีที่แล้ว +1

    Thank you for the awesome tutorials. I have a question tho. The interruption is assumed the user will trigger the bot challenge intent. What if the user interrupts the form with a different intent other than what is specified under the rule. How do you handle that.

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

    Form values are not getting persisted after form execution rejection because of nlu fallback intent, how can I solve this?
    Any help would be highly appreciated

  • @jakubunold5750
    @jakubunold5750 8 หลายเดือนก่อน

    13:50 could you please explain to me or provide some documentation on the presence of field requested_slot under conditions part of the slots?
    Without it set my form is not working. I would really appreciate understanding this part...

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

    can we skip the next slot in form and continue to other slots in the form based of current slot values

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

    I have a question that where are the validate_fancy_pizza_form and validate_simple_pizza_form are being called ? Rules and Stories have not included them. Are they being called in action.py's other funcitons ?

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

    Thank you for the video!
    I have a question that is not directly related to the content of the video: is there any hint on best practice to fill in a form with many slots (also, which has >2 levels of hierarchy)? Maybe there is a way to easily "edit" the slots after all of them were filled in?

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

      (Vincent here)
      Could you elaborate by starting a ticket on our forum? forum.rasa.com
      Feel free to poke me @koaning there.

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

    How can I take secret headers from frontend? Is it recommended to store in slots or via custom connectors as metadata?

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

    You mentioned about Rasa X at the end of video. Is Rasa X compatible with Rasa 3.0?

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

      (Vincent here)
      At the time of writing this comment, it is not. I can confirm that folks are working on it. In general you can use the compatibility chart found here:
      rasa.com/docs/rasa-x/changelog/compatibility-matrix/

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

    Unfortunately not the whole Tutorial can be done due to the issue that Rasa x is not compatible with 3.0 and its as well not implemented in the repo...

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

    Why action_deactivate_loop not working?

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

    Is it possible to disable the text input when we have the buttons in our bot utter?

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

      (Vincent here)
      Not to my knowledge. Unless you have a custom UI element where you can turn this off.

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

    if i run this code show error on rasa train
    error : Project validation completed with errors.

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

      I found the issue domain.yml file line 40: - active_loop: pizza_form to - active_loop: simple_pizza_form

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

    The github repository is a 404

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

      same for me I couldn't find the repo

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

      (Vincent here)
      d0h! my bad! That repo as internal but should've been made public. Should be fixed now!

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

      @@RasaHQ hey Vincent! I've noticed that in the repo the version is always set to "2.0" although we are talkng about 3.0, how is that?

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

      @@lorenzopieri6716 That's an artifact from using the original forms course to quickly build the new one. You're free to make a PR or an issue and I'll gladly have a look.

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

      Hi, Lorenzo. Do you find the code of this video? Can you share the link? Thank you.