RAG Fundamentals and Advanced Techniques - Full Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

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

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

    Thank you +freeCodeCamp for collaboration, and thank you all for your support. If you'd like to connect with me, you can visit me on my channel @vincibits.

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

      Thanks for the great video :) I was wondering why you would consider a search improvement in the last part(visualization of the embeddings) . Relevant documents were retrieved using the joint query, so it's expected that their embeddings would be more similar compared to the original query. Could you maybe elaborate more on this?

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

      I knew you for paid courses. I appreciate your contribution to the community! This is commendable, keep it up 🙂

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

      @@RoX38gi Thank you!

  • @arriyad1arriyad649
    @arriyad1arriyad649 27 วันที่ผ่านมา +1

    Greatest course of all times on RAG. PLUS all python neatly in github! PLUS ASMR! Thank you!

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

    came for RAG design, stayed for unintentional ASMR

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

      lol! I get that a lot.. maybe I need to change careers!

    • @RijoSLal
      @RijoSLal 10 วันที่ผ่านมา +2

      ​@@vincibits don't even think about it

    • @vincibits
      @vincibits 10 วันที่ผ่านมา

      @@RijoSLal LOL!

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

    This was a very informative and straightforward course. Thank you for everything!

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

    I'd like more of this. This field is getting insanely hot right now. Companies want knowledge graphs. I could watch hours of just someone setting up a knowledge graphing project for an organization. What would be especially cool if knowledge graphs could give insight into a company's mail traffic or slack/discord whatever chat logs they have or maybe meeting transcripts. I understand the privacy concerns here so if there was a sanitized dataset that could be worked with that would be especially amazing.

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

      knowledge graphs are cool but there are allot of downsides still:
      - vendor locked in (Microsoft)
      - very pricey to set-up (although you could potentially use non-LLM models like BERT to do entity extraction)
      - labor intensive, for automatic set-up the cost will 10x
      - difficult to make updates on the graph.
      - much longer retrieval time.
      this is from conversing with some of the top experts in the field. While it is great to see retrieval accuracy it's still too early to tell if the juice is worth the squeeze.

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

    what a video. one of the best that I see about theme. congrats.

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

    So perfectly explained. Thanks you for the video

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

    The problem in 1:15:26 is that the retrieved embeddings come from the the augmented query but not the true answer getting from the original microsoft document. This makes the comparison not entirely fair.

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

    How are can I get the news_articles? The github link is pointing to an old repo. I don't think it's the right one?

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

    i am shock with these kind of simple explination of these topic ,before watching this i will think that is very very difficult to understand but now every thing is very very good

  • @sonamohialdin3376
    @sonamohialdin3376 16 ชั่วโมงที่ผ่านมา

    Very useful tutorial

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

    Simply superb. Thank you

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

    Wonderful vendor thank you very much! Could someone post any resources related to rag with other documents other than text particularly JSON, XML, PDF, CSV, etc

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

    Awesome
    & straightforward

  • @victorchrist-l2k
    @victorchrist-l2k 4 หลายเดือนก่อน

    very instructive tutorial

  • @samsal073
    @samsal073 13 วันที่ผ่านมา

    Thank you for sharing this video . Its really very informative and exciting to see how LLM and RAG can work together. Do you have another video that will follow on how you can refine the Adv RAG technique to get more relevant info and reduce noise? Also is not the Adv. RAG with multiple queries is how Chabot works?

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

    Wow!!! It is awsome.

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

    This is a beauty

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

    Just AMAZING, can you make a simple instructions video for RAG using ollama

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

      I think this video covers it. You just have to find the equivalent libraries and functions for llama. Google is your friend.

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

    Please more content like this

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

    From Nepal 🇳🇵

    • @whacoder725
      @whacoder725 24 วันที่ผ่านมา

      Hey wow Nepali are also interested in tech 😊

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

    Thank you

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

    13th video, asking for some projects using IDX

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

    embedding_functions.OpenAIEmbeddingFunction()
    there is no class OpenAIEmbeddingFunction in embedding_functions module
    Can somebody help me out if anyone else is also facing the same issue?

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

    Good quality video, it would be even better with LESS zoom on the code. Just use normal zoom, it was VERY hard to follow.

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

    First of all thanks for this great video!!! I really hope I can get a QWiki content into chromadb with the help of this tutorial. I have one question: Isn't ChatGPT 3.5 Turbo deprecated?

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

    Awesome
    But the only problem is the Open AI API key, that hinders a lot.

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

      Isn't it is paid ?

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

      Bro switching to another LLM does not cost more than 1 minute of coding if you actually research it. Read langchain documents and try some other LLM like Gemini for example

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

    how to import news articles folder

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

    No way i just started yesterday getting into this stuff 😂

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

      😅 me too

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

      same here, saved it to my playlist as soon as it was released, been searching about this a few hours before it was uploaded, LMAO, now I'm back at it

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

    Please show us how ro build agents and chatbots using free open source llama models. Everyone is sick of OpenAI at this point of time

  • @manikumar-vr3kp
    @manikumar-vr3kp 3 หลายเดือนก่อน

    awesome

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

    Im building along using pycharm and i dont get it. The first hurdle is running it, it simply wont run, that openaiembeddingfunction gives alot of prolems also python aswell.. it wont run

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

    What about RAPTOR or c-RAG or Self-RAG ?

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

    Please make video on Salesforce technology

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

    My question is,if Still required OPENAPI key? Then use directly chatgpt

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

      Exactly, I'm looking for llama 3 with RAG but every tutor comes with OPENAI😢

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

      The same here🎉 I am sick of Openai this😢

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

      This tells you all guys are noob at python.

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

      @@siddhubhai2508 what's the relation with python here? Here we're looking for an open source LLM especially llama 3.

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

      ​@@GoingOnouse a different Python package that does embedding functions for local llms

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

    Before starting they should mention you need openai credit point to send api request 😓💔

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

  • @Bright-Great
    @Bright-Great 24 วันที่ผ่านมา

    Please the API key is it for free

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

    1

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

    Is there a way to do this with a llamafile of an OpenSource model such as Llama 3.1 8b or 70b? If llamafile is still too new then maybe using ollama (with open-webui)?