
In one focused session, you’ll add relationships to your RAG. We’ll auto-build a tiny knowledge graph (entities + links) from your docs and combine it with vector search to answer multi-hop, disambiguated questions with path-level citations.
No heavy infra required: we’ll use pure-Python first (NetworkX + FAISS) and show how to swap in Neo4j later.
Prerequisites: Basic Python, CLI (conda/pip), RAG familiarity, basic LLM's understanding.