kevintsai/Building-and-Evaluating-Advanced-RAG-Applications
Jupyter notebooks for course Building and Evaluating Advanced RAG Applications, taught by Jerry Liu (Co-founder and CEO of LlamaIndex) and Anupam Datta (Co-founder and chief scientist of TruEra).
Covers advanced retrieval techniques including sentence-window and auto-merging retrieval to optimize RAG pipeline performance. Emphasizes evaluation frameworks through the RAG triad (context relevance, groundedness, answer relevance) for assessing LLM response quality. Integrates LlamaIndex for data indexing and retrieval orchestration alongside TruEra's evaluation methodologies for production-ready RAG systems.
No commits in the last 6 months.
Stars
51
Forks
21
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 06, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/kevintsai/Building-and-Evaluating-Advanced-RAG-Applications"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bragai/bRAG-langchain
Everything you need to know to build your own RAG application
liu673/rag-all-techniques
Implementation of all RAG techniques in a simpler way(以简单的方式实现所有 RAG 技术)
guyernest/advanced-rag
Jupyter Notebooks for Mastering LLM with Advanced RAG Course
FareedKhan-dev/rag-ecosystem
Understand and code every important component of RAG architecture
FareedKhan-dev/14-rag-failures
Encountering 14 different Naive RAG fails and using KG to solve it