Build a Powerful PDF Q&A RAG System with Langflow, OpenAI & Chroma DB! (No Code/Low Code Tutorial)

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 20

  • @alexgoussatchok5193
    @alexgoussatchok5193 24 дні тому +2

    Great video, lots of stuff is more understandable. This video was uplodaded 3 month ago & today some of the modules have changed (chroma db / chroma search - are now one module) so it's not just step-to-step follow up to represent the same logics). Thanks for video anyway

    • @generativegeek
      @generativegeek  5 днів тому

      thank you. yes, planning to do a revision of this soon.

  • @snehasissnehasis-co1sn
    @snehasissnehasis-co1sn Місяць тому +3

    Please provide all the workflow as image format for better understanding.... Great video., Thanks a lot.....

  • @UshaJain-z8n
    @UshaJain-z8n 2 місяці тому +2

    Thank you for the video, I am facing an issue with Vector Search. I don't have an option on langflow for "Vector Search". Please help me with the steps.

  • @orangtimur6812
    @orangtimur6812 26 днів тому +1

    When facing big and different information data, then using cloud vector with this cart, the result will dissapointed, we need more structure so user question really answered based on whole document searching

    • @generativegeek
      @generativegeek  5 днів тому

      yes this is just a prototype and not meant for production purposes.

  • @SolomonKey
    @SolomonKey Місяць тому

    Did you every get the memory working? :)

  • @jlfguthrie
    @jlfguthrie 3 місяці тому

    Thank you for a very good tutorial.
    Am I understanding correctly, if I select a vector store component, like Chroma, does Langflow automatically create the Chroma database, or do I have to have a seperate Chroma db elsewhere?

    • @generativegeek
      @generativegeek  3 місяці тому +1

      Thank you. langflow will persist the chroma db in the path you specify. You will be able to see it within the working directory. At 10:26 in the video you can see when i bring in the chroma langflow component there is an option to specify persist directory.

  • @user-fh4rg9ew9r
    @user-fh4rg9ew9r Місяць тому

    what langflow version are you using? The current one I am using is v 0.5.12 and the UI and block headers seems to be different.

  • @ee-lonlim8240
    @ee-lonlim8240 2 місяці тому

    hi Jain, tks for this. can i seek your help on steps to deploy to front-end / web app - say via Azure web apps? tk u.

    • @generativegeek
      @generativegeek  2 місяці тому

      sure. please send a note to vp@mindfulcto.com

  • @nicholasaguirre2558
    @nicholasaguirre2558 16 днів тому +1

    25:23 it's to my understanding that the first time you will always get this message because the PDF hasn't been saved to the vector database until the app has run at least once.

  • @brianrowe1152
    @brianrowe1152 3 місяці тому +1

    Just asking. Why would I do this? When I can just prompt something like Meastro to just write the python code? The LLM is the interface now. I tried this and its neat, but at the end of the day, its faster to just ask Maestro to write the python. Not trying to start a riot, I just don't see why I would use this.

    • @generativegeek
      @generativegeek  2 місяці тому

      this is just a demonstration of what all is possible. the way to think about this is that if you know of the capabilities, you can orchestrate these type of pieces and build a solution.