RAG with Langchain, Ollama Llama3, and HuggingFace Embedding | Complete Guide

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

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

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

    Please subscribe to Bitfumes channel to level up your coding skills.
    Do follow us on other social platforms:
    Hindi Channel → www.youtube.com/@code-jugaad
    LinkedIn → www.linkedin.com/in/sarthaksavvy/
    Instagram → instagram.com/sarthaksavvy/
    X → x.com/sarthaksavvy
    Telegram → t.me/+BwLR8bKD6iw5MWU1
    Github → github.com/sarthaksavvy
    Newsletter → bitfumes.com/newsletters

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

    Amazing video, thank you for the information it was super useful and brought me to langchain as well!

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

    Basic example, but good explanation 🙏 Thanks

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

      thanks bro
      please suggest what next I can create video on

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

    What hugging face embeddings model have you used?
    Wouldn't it be better if you had shown how the embeddings are created and look ?
    from the current video, it does not seem clear how to get the embeddings.

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

    Great teaching method.
    How would it be possible to use docker and fastapi in this project? I'm trying but I don't know where to start.
    thank for the video!!

  • @sameeruddin-u4q
    @sameeruddin-u4q 3 หลายเดือนก่อน +1

    How can I store my embeddings I need to generate embeddings every time I run this code ?

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

      you can store into any vector database

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

    so do you need to replace

    pattern if it is there in document?

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

      yes you have to do that

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

    Why not use ollama an an opensource embeddings model and be fully local?

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

      yeahh we can do that too

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

    hey actually i an very new to all these software, ai stuff, so i wanted to know what is that environment that you are using at time 2:25 ......i mean is it a software that i need to download or is it some kind of python running terminal?? btw appreciate the simplicity of your explaination....really helpful for complete beginners

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

      vscode

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

      You can imagine virtual environment is just a folder in which all the python setup, libraries installtions and all the project files are included. That means, we don't refer to anything outside that environment (the folder) for the project execution.

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

    Hi can please tell me what is your python version?