Using OpenAI in your no-code Glide apps | Build With Glide

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2023
  • ​How do you use OpenAI in your Glide apps? 🤔
    ​The new #openai integration lets you put the power of ChatGPT, DALL-E, and more into your Glide apps.
    ​Join ‪@loqode‬ on this Build With Glide session where we cover:
    ​1. Setting up the OpenAI integration
    2. Using OpenAI in your data
    3. Using OpenAI in your custom actions
    ​This session is great for Glide beginners and experienced users alike.
    Start building your own custom apps for free at www.glideapps.com
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thanks for having me! It was an awesome session 🚀

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

    This use case is awesome for the AI integration in Glide! It is mind-blowing how much it can boost a simple Inventory app!!! Every business needs one of those!

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

    Wow great work glide team

  • @anasbel9266
    @anasbel9266 4 หลายเดือนก่อน

    I was so excited to have this functionality inside of my app but when I set it up the answers were so underwhelming, it's like the AI model used to retrieve the data is so dumb or doesn't have access to all of the data, does anyone have a solution or alternative to this ?

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

    I have a pretty obvious idea , but I don’t think anyone is doing it yet. Super interested in coding it.

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

    I didn’t see how a glide table field can be used to house multiple varietals type info , in this example, so that when the prompt variable is used to read in multiple varietals it can get that info from a field. If you can explain or link to how we can store multiple pieces of data (like tags associated with a blog article ) in Glide . Just a bit confused as I can’t seem to find a tutorial that explains this field storage concept

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

      Hard to explain in text, but here goes! There are a few ways you can connect multiple varietals to a single wine, and extract the descriptions of the varietals in the Wine table. In this example, I use a more advanced/complex solution that looks like the following:
      3 Tables are involved:
      1. Wines
      2. Varietals
      3. Varietal Ratios
      Columns in Varietal Ratio Table (where the "connection" happens) are:
      1. Wine ID
      2. Varietal ID
      3. Related Varietal (Relation Column where Varietal ID = Row ID in Varietal Table)
      4. Varietal Desc (Lookup > Relation Col > Description)
      5. Number (%)
      For a wine with 1 varietal, a single row is added to the Varietal Ratio table.
      - Data for this Row = Wine ID, Varietal ID, Related Varietal (auto), Varietal Description (auto), 100%
      For a wine with 2 varietals (e.g. 70% & 30% blend), two rows are added to this table:
      - Data for Row 1: Wine ID, Varietal (A) ID, Related Varietal (auto), Varietal Description (auto), 70%
      - Data for Row 2: Wine ID, Varietal (B) ID, Related Varietal (auto), Varietal Description (auto), 30%
      Then in the Wine table, you add a Relation column (match multiple) that relates any row in the Varietal Ratio table where the current Wine's Row ID = Wine ID.
      The you can crate a Joined List col that joins the Related Col > Varietal Description and use that information as you please in the Wine table.
      Hope that helps! If you need a hand with anything, you can always join Glides community or Loqode School 👍

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

    Any chance we can purchase this template? :)