Enhanced "Copy From" capabilities allow users to ingest data directly from DuckDB tables or Parquet files with higher throughput.
By running inside the Python process, Kuzu avoids the serialization and deserialization costs associated with REST APIs or Bolt protocols used by remote databases. This results in faster context window construction for AI agents. Schema Flexibility kuzu v0 136
While Kuzu enforces a schema for performance, v0.3.6 makes schema evolution more intuitive. Users can easily update node and relationship types as their knowledge graph grows, which is a common requirement in evolving AI projects. Structured and Unstructured Fusion Enhanced "Copy From" capabilities allow users to ingest
Once installed, a simple database can be initialized with a few lines of code: Schema Flexibility While Kuzu enforces a schema for
The Python client received updates to better handle large result sets using Arrow-based data transfers.