38:48Cole Medin
A working agentic-RAG-plus-knowledge-graph build, with the agent deciding when to do vector search, when to hit Neo4j, and when to do both. It's the cleanest demonstration on YouTube of the "agent as the retrieval planner" pattern the article describes, in code you can actually pull down and run.
What you should get from this: Compare agentic retrieval and graph retrieval in a concrete implementation.
Watch or know first: Comfortable with basic RAG, graph databases and running a template locally.
AI Expert note: Treat template dependencies, model choices and orchestration code as version-sensitive. The useful idea is retrieval planning; production use still needs permissions, evals and failure handling.
