Building Production RAG Over Complex Documents

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

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

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

    00:00 - Introduction by Jerry, co-founder of llama index
    07:32 - Overview of building a knowledge assistant using RAG
    16:45 - Components of RAG: data parsing and ingestion, data querying
    27:18 - Challenges with naive RAG systems
    35:40 - Importance of data quality in RAG systems
    43:12 - Improving data quality through data processing
    51:30 - Improving query complexity in RAG systems
    58:45 - Goal of building a more advanced research assistant
    01:05:20 - Conclusion and future directions of RAG development

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

    20:50 Im not sure I understand how to do this, can someone explain, please?

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

      I believe what he is suggesting is you extract key bits of information from the document as specific items (for example the title, or even just individual sentences) and then feed this to the LLM alongside the raw text. I assume this is to give the LLM some additional clues about the structure of the data. Its almost like adding some kind of a markup on the document alongside the raw data.