Build an AI Chat With Ruby on Rails

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 8

  • @BubblegumSneaker
    @BubblegumSneaker 4 місяці тому

    This is great. I finally grasp certain parts about setting up AI bots in rails.

  • @rpf23543
    @rpf23543 4 місяці тому +1

    What a great tutorial and explanation, thank you!

  • @abdullahsaleh7196
    @abdullahsaleh7196 3 місяці тому

    Keep it up on rails ❤❤

    • @mixandgo
      @mixandgo  3 місяці тому

      Thank you, I will

  • @shinzhang4961
    @shinzhang4961 4 місяці тому

    Thank you!

  • @zulhilmizainudin
    @zulhilmizainudin 4 місяці тому

    This is cool. Is it possible to append the stream response into the UI/DOM as soon as stream chunk is received instead of waiting for all chunks to arrive first?

    • @mixandgo
      @mixandgo  4 місяці тому

      Yes, you can stream each chunk to the UI as soon as you get it.