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

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

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

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

    Part 1 here: ruclips.net/video/fZJMAKy0K5k/видео.htmlsi=HHH_4xjR0QTxbBrK
    FLOWISE CHATFLOW AND ENDPOINT UPDATES HERE: ruclips.net/video/RNDrC72693k/видео.html
    Join my new discord channel for support and discussion: discord.com/invite/vpH5bDe64b

  • @Karnadagan
    @Karnadagan 6 месяцев назад +2

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

  • @SoyPorteroYT
    @SoyPorteroYT 4 месяца назад

    The link for the template doesn't work!

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

    That was awsome! what a great content!!!

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

      Thank you for the kind words!

  • @handsomguymin
    @handsomguymin Месяц назад

    9:00 can you tell me why I get Status 500(Failure) :((
    I failed to test api.
    maybe I have to check flowise api and etc..

  • @7Particleman7
    @7Particleman7 Год назад +1

    This was amazing! Thank you much!

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

      Thank you for the kind words!

  • @AssassinUK
    @AssassinUK 10 месяцев назад +1

    Where is part 1. This looks good.

    • @nomocodes
      @nomocodes  10 месяцев назад +1

      ruclips.net/video/fZJMAKy0K5k/видео.html
      here!

  • @Francotujk
    @Francotujk 11 месяцев назад +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  11 месяцев назад

      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!

  • @AssassinUK
    @AssassinUK 5 месяцев назад

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

    • @nomocodes
      @nomocodes  2 дня назад

      in the pipeline for sure but these kind of video may take some time!

  • @EdgeSense2025
    @EdgeSense2025 10 месяцев назад +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  10 месяцев назад +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.

  • @matheusnunes3827
    @matheusnunes3827 11 месяцев назад +1

    Still works?

    • @nomocodes
      @nomocodes  11 месяцев назад

      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 Год назад

    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  Год назад +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 11 месяцев назад

      Did you manage to fix it?@@nomocodes

  • @Anthony-fh4gd
    @Anthony-fh4gd Год назад

    You have to pay for API groups

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

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