- Notifications
You must be signed in to change notification settings - Fork0
Understand how to build a RAG from scratch
ankitw497/rag-from-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 oftennot well-suited for facutal recall andcan 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 avideo playlist that builds up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation.
About
Understand how to build a RAG from scratch
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Jupyter Notebook100.0%