Understanding Rasa Deployments - Intro to Docker

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 19

  • @hiranga
    @hiranga Год назад +1

    Far out - perfect explanation. I think many of us having bn dying for this level of explainer for Rasa 👌🏾 Thank you team!

  • @vivekprajapati2048
    @vivekprajapati2048 3 года назад +2

    Really great explanation. Simple and Straightforward! Thanks.

  • @janaeshkrish
    @janaeshkrish 3 года назад

    Clear Explanations.... great waiting for upcomming vedios on docker and rasa

    • @RasaHQ
      @RasaHQ  3 года назад +1

      (Vincent here)
      We're releasing 8 videos in total over the next two weeks :) !

  • @lucasalvarezlacasa2098
    @lucasalvarezlacasa2098 Год назад

    Amazing explanation. Thank you so much!

  • @ishgirwan
    @ishgirwan 3 года назад +1

    Great explanantion. Looking forward for the remaining videos in this series. Will it be possible to also shed some light on the use of nginx as shown in the architecture diagram of the previous video(introduction) . Thanks

    • @RasaHQ
      @RasaHQ  3 года назад +2

      (Vincent here)
      Nginx will be configured for you if you use our Helm chart. This should become more clear in a later video.

    • @ishgirwan
      @ishgirwan 3 года назад

      @@RasaHQ That's great. Thanks 😃

  • @AbhishekKumar-v8q5b
    @AbhishekKumar-v8q5b Год назад +1

    i want to run action file as well ,, can you tell me how to do that

    • @atulitgaur
      @atulitgaur 6 месяцев назад

      did you figure it out? i need to do it too.

    • @AbhishekKumar-v8q5b
      @AbhishekKumar-v8q5b 6 месяцев назад

      @@atulitgaur yes i did

  • @dhananjaisingh9499
    @dhananjaisingh9499 3 года назад +1

    Really helpful video, can you please provide me playlist link for this course.

    • @RasaHQ
      @RasaHQ  3 года назад

      ruclips.net/video/aAs_RS0ueEw/видео.html

  • @Han-ve8uh
    @Han-ve8uh 2 года назад

    Practically when would we ever do docker run -it to debug rasa inside the container?
    I assume it already works locally before packaging into docker, and this packaging will not change behaviour.
    Or is this for people who only directly develop in container?

  • @stangerdanger7252
    @stangerdanger7252 2 года назад

    So, you are ignoring the "models directory" using ignore file, but then you are training the rasa model again, which will create new trained model files/weights in the "models directory". Are these new weights gonna be ignored again?

  • @Raminber
    @Raminber 3 года назад

    I realy like this kind of educational videos. I was wondering if I can draw the same way with an ordinary Microsoft Surface tablet? Or do I need a Wacom One to draw in VSCode? I know Vincent is using it, but I was hoping I can do the same with an ordinary tablet. Any experiences with it?

  • @raghuramyarragunta322
    @raghuramyarragunta322 3 года назад

    What was the tool being used to interact with the server url and where can i find it?
    Time at 1:12 could we use postman too?

    • @RasaHQ
      @RasaHQ  3 года назад +1

      (Vincent here)
      You can certainly use postman too! In the video I'm using the free variant of insomnia.rest/.

  • @namanjain8970
    @namanjain8970 3 года назад

    #9 611.0 PermissionError: [Errno 13] Permission denied: 'models/nlu-20211025-065710.tar.gz'
    ------
    executor failed running [/bin/bash -o pipefail -c rasa train nlu]: exit code: 1
    i am getting this error what can i do?