Part 2: Langchain AI app with Flutterflow & Flowise - No-code Crash Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024
  • Hey! Jasper from Nomo Codes here nomo.codes
    Welcome to this free crash course where we create a chat-with-PDF type app with Flutterflow + Flowise + Supabase + OpenAI (API).
    Course material and templates are available here: aichat.nomo.co...
    This is where our Flowise chatflows are going to work together with our Flutterflow front-end , woohoooo! So in this part, we will first cover how to setup your API calls to properly upsert your PDFs and also website content our vector database with our flowise chatflows and then we will cover how to do another API call for the query chatflow to retrieve information from database and generate response with ChatGPT.
    Follow me at / nomocodes
    We empower the non-technical population to build software products and land tech jobs with no-code and AI-powered tools!
    Try Flutterflow to build native and web apps with no-code:
    app.flutterflo...
    Try Softr to build web applications with no-code: softrplatforms...

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

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

    Part 1 here: th-cam.com/video/fZJMAKy0K5k/w-d-xo.htmlsi=HHH_4xjR0QTxbBrK
    FLOWISE CHATFLOW AND ENDPOINT UPDATES HERE: th-cam.com/video/RNDrC72693k/w-d-xo.html
    Join my new discord channel for support and discussion: discord.com/invite/vpH5bDe64b

  • @Karnadagan
    @Karnadagan 2 หลายเดือนก่อน +2

    hey , we need more videos on flutterflow, flowise and supabase please

  • @Andersonrpbr
    @Andersonrpbr 9 หลายเดือนก่อน +1

    That was awsome! what a great content!!!

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

      Thank you for the kind words!

  • @7Particleman7
    @7Particleman7 11 หลายเดือนก่อน +1

    This was amazing! Thank you much!

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

      Thank you for the kind words!

  • @AssassinUK
    @AssassinUK 7 หลายเดือนก่อน +1

    Where is part 1. This looks good.

    • @nomocodes
      @nomocodes  6 หลายเดือนก่อน +1

      th-cam.com/video/fZJMAKy0K5k/w-d-xo.html
      here!

  • @SoyPorteroYT
    @SoyPorteroYT 19 วันที่ผ่านมา

    The link for the template doesn't work!

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

    Consider doing an updated version of this? Things have changed over the few months.

  • @EdgeSense2025
    @EdgeSense2025 7 หลายเดือนก่อน +1

    Hey Jasper, thanks a lot! Great content and step-by-step tutorials! I have a question about setting up query_namespace metadata. As you mentioned, by combining pdf_name and user_id, it avoids users from reading others data. But isn't it that each user has their own supabase database with their unique project url and api key? Thanks in advance for any clue on this🤗

    • @nomocodes
      @nomocodes  6 หลายเดือนก่อน +1

      Hey Thanks for the kind words.
      No, unfortunately, all your users will upsert into the same Supabase vector database table unless you have custom code to create a new table for each user, hence, we need a robust way to label the embeddings with metadata.

  • @Francotujk
    @Francotujk 7 หลายเดือนก่อน +1

    Hi thanks for your content, it's very valuable!
    Do you know if supabase vector database is expensive in scale? How they charge for the service? Just size in GB of the database?
    Is Vector Database heavy?

    • @nomocodes
      @nomocodes  7 หลายเดือนก่อน

      Hi I have been using the free plan and hit the limit pretty quickly. I can't imagine it to be too expensive but you always can self-host to reduce cost further if you team is equipped with the knowledge to do self-hosting!

  • @matheusnunes3827
    @matheusnunes3827 7 หลายเดือนก่อน +1

    Still works?

    • @nomocodes
      @nomocodes  7 หลายเดือนก่อน

      Hey, I need to update the app and my supabase plan, I have been on the free plan so it might have hit the limit! Sorry for the confusion!

  • @NewUser12345-i
    @NewUser12345-i 10 หลายเดือนก่อน

    Hello, I downloaded the app in the app store to test and it's not working properly. Both on the pdf and the website. Is there something that wasn't setup right?

    • @nomocodes
      @nomocodes  10 หลายเดือนก่อน +1

      Hi! Thanks for flagging this for me! After some investigationm there were new releases from Flowise which caused some disruption on the features, I will get it fixed in the next couple days and pushed the update! You do not need to update the app since the issues are on the API side which I will fix and update!
      Thanks again for flagging this for me!

    • @matheusnunes3827
      @matheusnunes3827 7 หลายเดือนก่อน

      Did you manage to fix it?@@nomocodes

  • @Anthony-fh4gd
    @Anthony-fh4gd 11 หลายเดือนก่อน

    You have to pay for API groups

    • @nomocodes
      @nomocodes  11 หลายเดือนก่อน +1

      Ah good call out!
      Simply use three separate calls and do the same base URL and it would work the same!