Mason Daugherty 1fdb7d0e4f Merge pull request #15 from Thawab/patch-1
fixed playlist link
2025-06-25 23:16:10 -04:00
2025-02-19 10:00:13 +00:00
2025-02-19 10:00:13 +00:00
2025-02-19 10:00:13 +00:00
2025-02-19 10:00:13 +00:00
2025-02-19 10:00:13 +00:00
2025-06-25 23:15:56 -04:00

RAG From Scratch

LLMs are trained on a large but fixed corpus of data, limiting their ability to reason about private or recent information. Fine-tuning is one way to mitigate this, but is often not well-suited for factual recall and can be costly. Retrieval augmented generation (RAG) has emerged as a popular and powerful mechanism to expand an LLM's knowledge base, using documents retrieved from an external data source to ground the LLM generation via in-context learning. These notebooks accompany a video playlist that builds up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation. rag_detail_v2

Video playlist

S
Description
No description provided
Readme 31 MiB
Languages
Jupyter Notebook 100%