Text Embeddings with Python

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

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

  • @SWXver2
    @SWXver2 7 วันที่ผ่านมา

    Thanks for this, super helpful!

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

    Excellent, in-depth and intuitive. I like that you aim to cultivate an understanding of the techniques involved rather than showcasing some tools, and all while being concise. Keep it up!

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

      Thank you!

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

    Amazing video quality! Hopefully you start getting more views soon 🤞

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

      Thank you!

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

    thanks for the video. How does this fit in with RAG exactly? Does this provide a way for us to store documents with more than a page as a single vector?
    I

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

      My understanding is that with RAG you chunk the documents (eg by sentence) and embed those. Then you can compare the query string embedding with each of those chunks for lookups