Build a Quiz App with Langflow and DataStax Astra DB

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

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

  • @touhid35rty
    @touhid35rty 26 дней назад +2

    Wow, this tutorial is fantastic! 🤩 The step-by-step guide on building an AI-powered quiz app with Langflow and Astra DB is incredibly clear and helpful. Can't wait to try it out and create my own AI-driven projects. Thanks for making it so accessible!

  • @majdaleid6648
    @majdaleid6648 17 дней назад

    Thank you :) but what is the difference if i copy the whole context of your page and asked chatgpt to generate questions with multiple answers as json and then paste it in my app ?🤔

    • @DataStaxDevs
      @DataStaxDevs  10 дней назад

      There's no way to programmatically invoke ChatGPT when a user fills a form. You could do this with OpenAI's APIs from code, but that would require learning how to code. Langflow can be used with no coding knowledge.

    • @majdaleid6648
      @majdaleid6648 10 дней назад

      @@DataStaxDevs I am a programmer. I asked about the difference between doing it the way you did and copying the entire text from a page, pasting it manually into ChatGPT, and asking it to convert the text into a JSON file. I want to generate the JSON file once so I can implement it in my code