LangChain Overview & Tutorial for Beginners: Build AI Apps Quickly w/Flowise AI and NoCode!

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

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

  • @jamesnocode
    @jamesnocode  Год назад +4

    👍VIEW/CLONE ALL FLUTTERFLOW APPS, get access to live streams, Q&As and an exclusive behind the scenes content, in-depth masterclasses and support my work: www.patreon.com/jamesnocode
    👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com

    • @user-gh9nq3kg2n
      @user-gh9nq3kg2n Год назад

      i have abroblem and need help with fluttrlflow
      can you help me

  • @FlowiseAI
    @FlowiseAI Год назад +4

    Love how you're using:
    - FlutterFlow for frontend
    - Flowise for visual backend
    - Railway for deployment
    🚀🚀

  • @sharannagarajan4089
    @sharannagarajan4089 Год назад +12

    This is just amazing man, we can build whole startup products just off the tools you are providing us!

    • @jamesnocode
      @jamesnocode  Год назад +3

      I agree with you!

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

      I’m building one right now and I knew no code at all. Crazy times we’re living in!

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

    Just came across your channel yesterday. FlutterFlow amd LangChain is in my tech stack list and I found you.
    ❤ from 🇮🇳

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

    This is awesome. Thanks for posting the template to railway. I was having some trouble deploying the original Github repo.

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

    You're still the man, this is great stuff, James!!

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

    Very well explained. I have a question for video author: will the OPEN API key cost me anything?

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

    good content Mr.James thank you!!!

  • @nanaboakyeoseitutu6896
    @nanaboakyeoseitutu6896 Год назад +3

    can you do a LangChain, pinecone, FlutterFlow tutorial

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

      Coming up soon. Thank you 🙏

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

    Awesome video...thanks!

  • @giadavolpin3564
    @giadavolpin3564 Год назад +2

    Thank you!! At 9:27 you mentioned that you launched on the internet. Could you please break down in words what you did and what tools you used? I would like to do the same for the first time

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

    Thank you for your railway template giveaway 🙏🙏🙏

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

    Thank you! When I try to chat in the translator demo, I get a request failed with status code 401, any thoughts on why that may happen?

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

    woww cool

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

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

    thanks alot Mr. James for this nice and clear tutorial, as all the previous ones. I have one question "if I may", What is the benefit of using Flowiseai if the entire prompting can be built inside flutterflow? Is there something I might be missing here. I mean using a third party tool adds a step to the whole process and that step could be just eliminated using the openAI API key inside Flutterflow. am I right?

    • @jamesnocode
      @jamesnocode  Год назад +2

      For very simple prompts, you can do it with FlutterFlow, but for more complex prompts/vector db's/prompt chaining/connecting to different LLMs, LangChain is the right approach and makes the process a ton easier.

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

    Getting "Application failed to respond" error when I deployed the template in Railway. Am I doing something worng? I kept the port to default value of "80".

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

      Hi, I swapped out the template about 1-2 hours ago. Please try with the one that's there now. It should work.

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

    I assume the flowise model will also have the maximum token limitation of openai i.e. 4k token per prompt plus response.

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

      The model will have access to all the models that your API Key has access to. So if your OpenAI account has access to the 32k GPT4, you will have access to it in FlowiseAI.

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

      @@jamesnocode appreciate the prompt reply :) I am on waitlist for GPT 4 so currently working with 4K limit. Maybe can use flowise to come around this limitation somehow, trying this out. Thanks for the video

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

    Thanks for sharing. I love your work and will join the patreon. Unfortunately your template does not work for me. Application failed to respond. We need to configure port somehow. Can you check please?

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

      I just updated the template and fixed a deployment bug. It should work now.

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

      @@jamesnocode THANK YOU. Now it works great. Unfortunately it looks like there is no password protection and if anybody finds link they can steal the API key. Is that correct?

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

    hii James....please keep the hosting alive for few more days...bcoz when i tried to create a new project with railway hosting it says your github account does not meet our criteria to create an account and it rejects me....please keep ur hosting active for your subscriber for just few more days...thank you

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

      Hmm, the template should work. Several other people have created it and there are no issues…

  • @AmitKumar-ct8df
    @AmitKumar-ct8df Год назад

    If langchain is such a powerful tool on its own then why is there so much dependency on openAI. I have not see a single , isolated langchain video without openAI reference. Each an every example requires it to work. Is it like no openAI equals no langchain.

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

      There’s no dependency on openai, you can use any LLM that you want. That’s the main selling point of langchain.