Episode

Retrieval, rerankers, and RAG tips and tricks | Data Brew | Episode 39

Podcast
Data Brew by Databricks
Published
Feb 20, 2025
Duration seconds
2722
Processing state
processed
Canonical source
https://www.buzzsprout.com/1370119/episodes/16651827-retrieval-rerankers-and-rag-tips-and-tricks-data-brew-episode-39.mp3
Audio
https://www.buzzsprout.com/1370119/episodes/16651827-retrieval-rerankers-and-rag-tips-and-tricks-data-brew-episode-39.mp3
JSON
/v1/public/podcasts/data-brew-by-databricks/episodes/retrieval-rerankers-and-rag-tips-and-tricks-data-brew-episode-39
Markdown
/podcast/data-brew-by-databricks/retrieval-rerankers-and-rag-tips-and-tricks-data-brew-episode-39.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/data-brew-by-databricks/episodes/retrieval-rerankers-and-rag-tips-and-tricks-data-brew-episode-39/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/data-brew-by-databricks/retrieval-rerankers-and-rag-tips-and-tricks-data-brew-episode-39.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

In this episode, Andrew Drozdov, Research Scientist at Databricks, explores how Retrieval Augmented Generation (RAG) enhances AI models by integrating retrieval capabilities for improved response accuracy and relevance. Highlights include: - Addressing LLM limitations by injecting relevant external information. - Optimizing document chunking, embedding, and query generation for RAG. - Improving retrieval systems with embeddings and fine-tuning techniques. - Enhancing search results using re-...