Ep 46 GitHub 0:46 w/ Justy & Cody

GitHub Pguso/rag From scratch: Demystify RAG by building it from scratch. Local LLMs, no black boxes Real understanding of embeddings, vector search, retrieval, and context Augmented generation.

RAG from Scratch Demystify Retrieval-Augmented Generation (RAG) by building it yourself - step by step. No black boxes.

Embed this episode

Paste this on any site — the player is a self-contained iframe with no cookies or trackers.

<iframe src="https://sandrise.io/exploring-next/embed/46"
  width="100%" height="180" style="max-width:640px;border:0;border-radius:12px;overflow:hidden"
  title="Exploring Next — Episode 46 audio player"
  loading="lazy" allow="autoplay" referrerpolicy="strict-origin-when-cross-origin"></iframe>
Embed & API docs →
Voice OpenAI TTS

Transcript

Host A Welcome back to Exploring Next! Today we're looking at GitHub - pguso/rag-from-scratch: Demystify RAG by building it from scratch. Local LLMs, no black boxes - real understanding of embeddings, vector search, retrieval, and context-augmented generation..

Host B Yeah, this one caught our eye because RAG from Scratch Demystify Retrieval-Augmented Generation (RAG) by building it yourself - step by step.

Host A So the big idea is Just clear explanations, simple examples, and local code you fully understand.

Host B What stood out to me is This project follows the same philosophy as AI Agents from Scratch : make advanced AI concepts approachable for developers through minimal, well-explained, real code.

Host A If you're curious, give the original a read: https://github.com/pguso/rag-from-scratch.

Host B And let us know what you try next!