Build a RAG Based LLM App in 20 Minutes! | Full Langflow Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

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

  • @Andrew-Tsegaye
    @Andrew-Tsegaye 5 หลายเดือนก่อน +56

    Tim please please more more on AI, LLMs, LangChain, .... free APIs

    • @arshitrupani
      @arshitrupani 5 หลายเดือนก่อน +4

      yes, i want more and more on ai, machine learning

    • @shiva__2679
      @shiva__2679 27 วันที่ผ่านมา

      i want that too

  • @pritamsarkar3371
    @pritamsarkar3371 5 หลายเดือนก่อน +29

    Please make one dedicated playlist Tim, which will contain RAG, AI agent, vector db-related concepts

  • @BerkGoknil
    @BerkGoknil 5 หลายเดือนก่อน +5

    Tim, I was trying to understand the RAG topic from the codes, but I was having difficulty understanding what the sequence was. It was a very clear and great video. Please don't deprive us of your knowledge. Thank you very much.

  • @rabeemohammed5351
    @rabeemohammed5351 5 หลายเดือนก่อน +3

    Can you make a video about creating a chat program with files that will be local without the Internet?
    Thank you for your wonderful effort and excellent explanation in conveying the information.

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

    i did not find Astra DB Search

  • @sspatil032003
    @sspatil032003 28 วันที่ผ่านมา

    This was quick and good video and easy to understand the concept.. Thanks

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

    Great video! The intuitive UI from langflow helped a ton too

  • @Pythonist_01
    @Pythonist_01 5 หลายเดือนก่อน +8

    Honestly I've been waiting for an intuitive tutorial on RAG and it's really nice that you have posted this video.
    Thanks @TechWithTim

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

    Thank you very much Tim! It is an excellent introductory video

  • @ShowtimeProp
    @ShowtimeProp 20 วันที่ผ่านมา +1

    Great Video Tim! Thanks , but how we can self host Langflow? because it looks like it's only for localhost the installation.

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

    Another fantastic demonstration. Well done. I have been seeing ads for Astra DB, but real reason to check out till now.
    Are you planning a TTS lesson giving voice to the Chatbot soon?

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

    Yes Tim this is what i need and more...blessed brother.

  • @rgarlinyc
    @rgarlinyc 5 หลายเดือนก่อน +1

    Very helpful, very clearly explained - thanks a ton!

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

    Wow .This is awesome Tim.

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

    Thanks for the knowledge tim😊

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

    This is AWEsome, TY!

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

    Thank you! This stepwise process is SO useful for us non-coders. Quick question: How would one make this work on a folder of mixed files (ppt, doc, pdf). Does one need to load each file individually into astra?

  • @DanielCupakTUR
    @DanielCupakTUR 5 หลายเดือนก่อน +6

    my left menu is entirely different...mine looks like the one in the docs e.g "inputs" "outputs" I have neither

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

      same here

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

    Great video Tim!
    How do you choose which vector DB to use? What are the trade-offs? Thanks :)

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

    Also what Tim is showing is the pre-release version which is quite different from the stable version (ie: you want have input block etc...). Simplest way to get this up and running on m1 mac is basically do " docker compose -f ./docker_example/pre.docker-compose.yml up` however you need to add "platform: linux/x86_64" to langflow service docker compose file ie:
    docker_example git:(dev) ✗ cat pre.docker-compose.yml
    version: "3.8"
    services:
    langflow:
    platform: linux/x86_64
    image: logspace/langflow:1.0-alpha

  • @MarkVids768
    @MarkVids768 3 หลายเดือนก่อน +6

    No longer works. Astra db Search does not show as a component

    • @AbeethaDeSilva-dw2ln
      @AbeethaDeSilva-dw2ln 26 วันที่ผ่านมา +2

      You can use the "Parse Data" component to transform Data into Text.

  • @raymondwidmann2033
    @raymondwidmann2033 5 หลายเดือนก่อน +1

    Tim. Honestly your a beast bro!! What tips can you give me to learn python asap!!!???

  • @kodiak809
    @kodiak809 5 หลายเดือนก่อน +1

    i was literally watching a 1hr course of Langchain but the video is 11months ago then i saw your video😂

  • @Jimmy-Wang-168
    @Jimmy-Wang-168 29 วันที่ผ่านมา

    super usefull! thanks for your sharing! 感恩的心

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

    Good video, but hard to follow given all the different changes to the Langflow components, especially that Vector Search is not available.

    • @AbeethaDeSilva-dw2ln
      @AbeethaDeSilva-dw2ln 26 วันที่ผ่านมา

      You can use the "Parse Data" component to transform Data into Text.

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

    Please use open LLM flow for rag. Thanks.

  • @mohanveerubhotla8277
    @mohanveerubhotla8277 14 วันที่ผ่านมา

    This is really helpful, thanks Tim!!! I have a question. In my project, I am storing all the messages in a DB. How do I retrieve from the DB and give it as memory here?

  • @zazbhai5802
    @zazbhai5802 5 หลายเดือนก่อน +1

    Hey Tim Just A Small Request Dude Hope You See This Comment, Can You Make A Cource On Tensorflow?

  • @BorisHrzenjak
    @BorisHrzenjak 5 หลายเดือนก่อน +1

    I wonder, what's the real difference between Langflow and Flowise for instance? Are they just like the same thing, competing application for the same thing basically?

  • @felipeblin8616
    @felipeblin8616 5 หลายเดือนก่อน +1

    Hi Tim, great video! I wonder if it is possible to export as python code or similar instead of json ?

  • @PrakharMishra-hl1jb
    @PrakharMishra-hl1jb 5 หลายเดือนก่อน +2

    Great!
    how can we implement this in an app of our own, does langflow provide api for that?

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

    Very intuitive and helpful. I'm left wondering if the parsing and vectorization of the PDF has to be done every time this gets fired up, or if you can bypass that if the database already exists in Astra.

  • @b.c.2177
    @b.c.2177 4 หลายเดือนก่อน

    Your explanation was excellent, thank you! Regarding the formatting of the PDF text, should it be structured as a series of questions and answers, or can I use a regular PDF ebook format and the system will be able to generate answers based on the book's content?

  • @AbhinavKumar-mm1ys
    @AbhinavKumar-mm1ys 5 หลายเดือนก่อน +4

    "How can one add this chatbot feature to the website?"

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

    It would be really helpful if the app can query a database instead of the ped doc and give results in natural language...

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

    @TechWithTim this is an excellent breathrough training video 🎉. But, "Astra DB Search" feature is missing from the menu (in the free version). One can't implement this without "search". Any suggestions?

    • @AbeethaDeSilva-dw2ln
      @AbeethaDeSilva-dw2ln 26 วันที่ผ่านมา

      You can use the "Parse Data" component to transform Data into Text.

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

    If this tool is free, then it’s a game changer

  • @harishchamarthi4798
    @harishchamarthi4798 4 หลายเดือนก่อน +1

    I get below error when running the final flow - Error building node TextInput(ID:TextInput-Df6Gx): Module langflow.base.io.text not found. Please install it and try again. Please advise!

  • @MohamedNadjibMAMI
    @MohamedNadjibMAMI 6 วันที่ผ่านมา

    There is a new version of Astra DB Search that does not accept the input text as input. This tutorial is because of that is broken. I also note that there is a but in Langflow, I once refreshed and lost all the connections saying that they were not valid.

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

    Great content - can you please clarify whether the input pdf can be also some unstructured text data or code ? If not,is there a way to to do that ?

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

    Thks Tim u r the best...

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

    Great - but what about deploying it to the internet ?

  • @billwallace1945
    @billwallace1945 5 หลายเดือนก่อน +1

    I am using Hugging Face to run Langflow. I got to the first test run of the OpenAI connection. I have a funded account and valid secret key entered but get the following error after asking a question. Error building component error building vertex openAI: Openaimodelcomponentbuild() missing 1 required positional argument: 'openai_api_key' Any thoughts? Not much out in Stack or Git world.

  • @AttilaFarkas-w1n
    @AttilaFarkas-w1n 15 วันที่ผ่านมา

    Thank you for the video! It seams astra Vector search no longer exists. Is there a way to use this model with something in place for it?

  • @Sai151-smr
    @Sai151-smr 5 หลายเดือนก่อน +2

    Hey Tim I didn't find the input option on the side bar

  • @seththunder2077
    @seththunder2077 5 หลายเดือนก่อน +1

    For the langflow that we build, is there a way for get the source code of it?

  • @rvv23
    @rvv23 วันที่ผ่านมา

    can't join "chat Input" and "Prompt" block, I think interface changed

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

    that was well presented..

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

    I installed Langflow today, but it doesn't show the text input / output blocks err!

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

    What does it do if the pdf does not contain the answer to the question? Does it behave similar to a non-RAG LLM?

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

    can we use this as a seprate microservice secondly integrate it with a hugging face llm, embeddings are cheap but q/a is expensive on opne ai

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

    How can one make it as a stand alone product (webapp or native) with variable input pdf?

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

    My vector Search module disappeared, do you know what it could be? There is no such option in the menu! : (

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

    always saying incorrect api key when i try to make a astra db whats the problem does it is with the region problem.?

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

    Hi.
    Can we add function calling also with RAG, using Langflow.

  • @ChristopherBruns-o7o
    @ChristopherBruns-o7o 5 หลายเดือนก่อน +1

    langflow is cool

  • @advenakash8757
    @advenakash8757 5 หลายเดือนก่อน +3

    i couldnt even able to install langflow have any one tried installing langflow its giving me so many errors

    • @DanielCupakTUR
      @DanielCupakTUR 5 หลายเดือนก่อน +1

      it did give too many too but venv solved the issue

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

      @@DanielCupakTUR oh that's all? Virtual environment fix all those

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

      @@DanielCupakTUR I've tried it in and out of venv and it still fails spectacularly.

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

      @@shawn445 no it worked actually but u have to use the exact python version 3.10 it works only on this version

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

    Is there a way to have the bot do a greeting in the beginning?

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

    Vector Search is no longer in the components option.

    • @vincent.borreux
      @vincent.borreux 8 วันที่ผ่านมา

      DB Astra DB module can also be used for search.

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

    What if the PDF has images and / or tables?

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

    File uploading doesnt work for me, do you know what could be the reason

  • @JavierTorres-st7gt
    @JavierTorres-st7gt 3 หลายเดือนก่อน

    How to protect a company's information with technology ?

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

    I keep getting the error "Could not install packages due to an OSError: [WinError 5] Access is denied:" when I try to install it - pretty certain admin privileges are there throughout. Any ideas why this is happening?

  • @ShubhamKumar-ws3lo
    @ShubhamKumar-ws3lo หลายเดือนก่อน

    How do you deploy your application

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

    How easy is this to scale??

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

    The Split Text LangChain component (@ 17:49) is experimental on Langflow's UI. And when used raises a ValueError: Error building vertex Split Text: 'str' object is not callable.
    Which text splitter component did you guys use? Any help will be appreciated.

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

      As of langflow 1.0.0a44 use the Language Recursive Text Splitter instead. I set the separator type as python and it worked for me.

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

    Hello, I keep getting this error and it's driving me crazy!
    1 validation error for ChatOutputResponse
    sender_name
    apparently there's a problem with the sender name type, it needs to be a string.
    (I am not a programmer so i'm very clueless)

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

      I fixed this my upgrading to langflow 1.0.9. Run 'pip install langflow -U' to update. The rebuild the components on your document.

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

    Tim, I don't see the Vector Search options. I have installed this on two different machines and it doesn't show up.

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

      Same issue here did you resolve

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

      I have the same issue too

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

      @@stevefall5925 I noticed that astra db vector store has both database and vector search capabilities as they said.but I was not able to get the flow to work.

    • @vincent.borreux
      @vincent.borreux 8 วันที่ผ่านมา

      use the ASTRA DB module. Use the search Result connector (red bullet) and link it to a Parse Data object. From its Text output, link it to the Prompt object (context input field). This should work ...

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

    Does anyone know if it is possible to run llama 3 with groq using this yet?

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

    hey, i cannot see the input option on the side bar, pls assist me

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

      Same. I'm seeing a much longer list of items on my sidebar than the one in the video, but nothing saying 'input'.

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

      Install pre-release

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

    I also made one, its trending topic on yt. Though i dont added to yr

  • @useronetwothree-z6f
    @useronetwothree-z6f 5 หลายเดือนก่อน +3

    free APIs

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

    Cna ir understand images in pdf

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

    Guest: do you pay your wait staff minimum wage
    Chat bot has logged off.

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

    El chiste es programarla no usar un servicio

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

    Sadly langchain is pretty mediocre.