RAG From Scratch: Part 3 (Retrieval)

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2024
  • This is the third video in our series on RAG. The aim of this series is to build up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation. This video focuses on retrieval, covering the process of document search using an index.
    Code:
    github.com/langchain-ai/rag-f...
    Slides:
    docs.google.com/presentation/...

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

  • @gnkbhuvan
    @gnkbhuvan 4 วันที่ผ่านมา

    Really great explanation sir. Great work from langchain team.

  • @mr.daniish
    @mr.daniish หลายเดือนก่อน +1

    Lance is the man! love these small bites of gold.

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

    Excellent explanations, Lance! I'm looking forward to the remaining videos.

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

    Awesome explanation to the basics

  • @Learn-it-all-Do-it-all
    @Learn-it-all-Do-it-all 2 หลายเดือนก่อน +1

    Many thanks Lance for this, a great service for the community. In the example, does get_relevant_documents embed the query internally before running the search?

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

      Yep, when you create the vector store you input the embedding strategy

    • @Learn-it-all-Do-it-all
      @Learn-it-all-Do-it-all 2 หลายเดือนก่อน

      Thanks @Orcrambo.

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

    Thank you! With CSVLoaders a document has both "page_content" and "metadata." Do both get embedded, or only page_content? If page_content alone, does the retriever uses natively (without add instructions) metadata as well?

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

    First