Kuzu V0 136 — Fixed

For those unfamiliar with the project, Kùzu is a graph database written in C++ that operates in-process, similar to how SQLite or DuckDB work for relational data. It is explicitly built to handle graph workloads efficiently on modern multi-core CPUs. Key Features of Kùzu

Kùzu v0.13.6 is a highly recommended stability patch for all developers currently utilizing the v0.13 release cycle. By ironing out critical memory bugs, perfecting query planner behavior, and reinforcing data durability layers, the Kùzu team continues to solidify its position as the premier choice for embedded graph data science and analytics. To help provide more specific information, tell me: kuzu v0 136 fixed

Patched memory alignment issues during high-dimensional KNN vector lookup operations. Full-Text Search (FTS) Extensions For those unfamiliar with the project, Kùzu is