
The Hedgineer Podcast Knowledge Graphs, Kuzu, and Building Smarter Agents | S2E4
13 snips
Sep 24, 2025 In this conversation, Prashanth Rao, an AI engineer at Kuzu with a wealth of knowledge in graph databases, reveals the groundbreaking features of Kuzu. He explains how its columnar, strictly-typed architecture enhances query speed and scalability. Delving into knowledge graphs, Prashanth discusses how large language models (LLMs) streamline graph construction from unstructured data and enable seamless querying via natural language. Insights into integrating Kuzu with existing databases and the future roadmap of the technology make this a must-listen for AI and data enthusiasts!
AI Snips
Chapters
Transcript
Episode notes
Strict Schema Enables Performance
- Kuzu enforces a strict typed DDL because its node tables are columnar, enabling compression and batch processing optimizations.
- Knowing types ahead of time unlocks performance gains uncommon in typical NoSQL graph systems.
LLMs Bridge Graph Build And Query
- LLMs accelerate both construction and querying of knowledge graphs by structuring unstructured data and translating natural language to Cypher.
- This downstream natural-language-to-Cypher capability reduces the barrier to access graph data for non-experts.
Constrain LLM Extraction With Schema
- Use LLMs to auto-extract structured graph data from unstructured sources, then validate against a strict schema.
- Constrain model outputs to defined property types so you gain insights without losing schema safety.
