← All popular talks

Popular talk #8

Building Production-Ready RAG Applications: Jerry Liu

Jerry Liu18:35

Synced transcript

Follow the talk

Intro
RAG Stack
Naive RAG Challenges
Evaluation
Optimization Landscape
Table Stakes
Advanced Retrieval
Agents
Fine-tuning

Community discussion

What did you agree with—or push back on?

Specific reactions make these talks more useful. Draft here, add the moment you’re discussing, then choose the direct-post pilot or the YouTube handoff.

Automated overview

What this talk covers

Jerry Liu, CEO of LlamaIndex, explains how to productionize Retrieval Augmented Generation (RAG) systems by moving beyond naive implementations. He identifies key challenges: low retrieval precision causing hallucination, low recall from insufficient top-K, and lost-in-the-middle problems. Liu advocates starting with 'table stakes' improvements like tuning chunk sizes (showing optimal values per dataset), adding metadata filters (e.g., year=2021 for SEC 10Q queries), and hybrid search. More advanced techniques include 'small-to-big retrieval', embedding smaller chunks for precision then expanding windows for synthesis, and using reranking to improve recall. Finally, he explores agent architectures where each document becomes a tool for summarization or QA, and fine-tuning—generating synthetic query datasets from raw text to fine-tune embeddings, or distilling GPT-4's chain-of-thought into GPT-3.5 Turbo for better reasoning.

This overview is derived from the transcript and has not been independently fact-checked by AI Engineer.

Chapters

  1. 0:00Intro
  2. 1:30RAG Stack
  3. 2:45Naive RAG Challenges
  4. 5:20Evaluation
  5. 8:35Optimization Landscape
  6. 9:48Table Stakes
  7. 12:19Advanced Retrieval
  8. 14:30Agents
  9. 16:14Fine-tuning
  10. 17:59Outro