Book — 20 chapters

Knowledge Graphs for Enterprise AI

A practitioner's guide from SQL to knowledge graphs. 15 chapters and 4 capstone projects bridging relational database experience with graph-powered AI systems — GraphRAG, graph-aware agents, knowledge graph construction, and production deployment.

Part 06 Capstones

16

Capstone 1: Compliance Knowledge Graph

Five hundred regulatory documents, no way to query them. This capstone builds the full pipeline: PDF ingestion, LLM-based entity and relationship extraction, Neo4j graph construction, and a GraphRAG layer that answers compliance questions in seconds with source citations.

12 min read
ComplianceKnowledge GraphGraphRAG
17

Capstone 2: Fraud Investigation Agent

An analyst says "follow the money" and waits 3 hours. This capstone builds a graph-powered agent that does it in seconds: transaction graph modeling, five Cypher-based fraud pattern detectors (structuring, rapid movement, circular flows, fan-out, shared entity networks), and a tool-using agent that traces funds and writes the investigation report.

12 min read
Fraud DetectionTransaction GraphInvestigation Agent
18

Capstone 3: IT Dependency Mapper

Nobody can answer "what breaks if the payment gateway goes down" in under an hour. This capstone builds a system that answers it in seconds: CMDB ingestion, a dependency graph with tier-aware schema, blast radius Cypher queries, and an impact analysis agent that names the affected apps, the critical paths, and the teams to notify.

13 min read
CMDBImpact AnalysisDependency Graph
19

Capstone 4: Customer 360 with GraphRAG

The support agent has three tabs open: CRM, ticketing, orders. This capstone collapses all three into a single traversable graph, resolves customer identities across systems, and wraps it with a GraphRAG agent that answers "Tell me everything about this customer" with a complete, contextualized journey in one call.

14 min read
Customer 360Data IntegrationGraphRAG