Kuzu
Kùzu is an embeddable property graph database management system built for query speed and scalability.
Kùzu has a permissive (MIT) open source license and implements Cypher, a declarative graph query language that allows for expressive and efficient data querying in a property graph. It uses columnar storage and its query processor contains novel join algorithms that allow it to scale to very large graphs without sacrificing query performance.
This notebook shows how to use LLMs to provide a natural language interface to Kùzu database with Cypher.