Kuzu — V0 136 !!exclusive!!
Performance improvements for multi-hop recursive queries, which are essential for complex graph traversals.
: Resolved issues regarding mmapped memory when spilling to disk and fixed file descriptor leaks for shadow files. kuzu v0 136
Data scientists building RAG systems (Retrieval-Augmented Generation) need to store entity relationships. The new LIST of STRUCT type allows you to attach vector embeddings directly to nodes as a list of floats, eliminating the need for a separate vector database. Performance improvements for multi-hop recursive queries
: Updates to official clients, including the high-performance kuzuR for R users Node.js wrapper Why Kùzu Stands Out kuzudb/kuzu: Embedded property graph database ... - GitHub (suspicious:Account) WHERE suspicious.risk_score >
MATCH (account:Account)-[:TRANSFER*1..4]->(suspicious:Account) WHERE suspicious.risk_score > 0.8 RETURN account.id, collect(suspicious.id)