🎬 Introducing RAG 2.0: Agentic RAG + Knowledge Graphs (FREE Template)

Video Details

Channel: Cole Medin URL: https://www.youtube.com/watch?v=p0FERNkpyHE Relevance: ⭐⭐⭐⭐⭐


Summary

Introduces RAG 2.0: a paradigm shift from passive retrieval (query β†’ find β†’ inject) to active agentic retrieval (agent decides what to retrieve, when to retrieve, and how to use retrieved information). Includes a knowledge graph overlay on top of the vector store for structured relationship traversal.


PUMA Relevance

PUMA Stage 4 implements RAG 1.0 (query-retrieve-classify). This video previews PUMA Stage 5’s RAG 2.0 extension: the Manager Agent actively queries the issue knowledge graph to understand sprint context before delegating to specialist agents. The free template is directly usable as a starting point for PUMA Stage 5.


MOCs