
Stephen Chin
VP of Developer Relations at Neo4j, conference chair of the LF AI & Data Foundation, and a technical speaker and author focused on GraphRAG, graph databases, and AI developer education.
Vector Search Finds Similar Facts, Graphs Establish Their Relationships
Stephen Chin of Neo4j argues that agent memory should represent relationships, not just retrieve similar text. In a homelab test built from the same Markdown source material, a graph-backed agent identified an internet-exposed Minecraft server running Debian 8 and found WAN-exposed management services, while a vector-backed agent could not connect the relevant facts. Chin’s proposed GraphRAG approach uses vectors to find starting points, then traverses stored entities and relationships to produce answers that can be inspected and audited.
Context Graphs Make AI Decision Trails Queryable
Stephen Chin of Neo4j argues that enterprise AI systems need context graphs because retrieval alone can surface relevant facts while missing the relationships that make them usable. In his examples, a graph-augmented system can connect a patient’s emphysema care plan to smoking history or a credit decision to prior rejections, policies, margin trades and fraud signals. Chin’s case is that agents should preserve not only documents and answers, but the decision traces, tool calls, causal chains and outcomes that let humans inspect and reuse prior reasoning.