Kuzu V0 136 Full !new! Info
To develop a full feature for version 0.1.3, you can leverage its native Full-Text Search (FTS) or its newly enhanced HNSW Vector Indexing
3. Rust & Node.js API Enhancements
- Rust Crate (
kuzu): The Rust bindings now fully support asynchronous query execution. This allows non-blocking integration in Tokio-based async applications without blocking the runtime thread. - Node.js Native Addon: Fixed a critical garbage collection issue where large result sets were not being deallocated promptly, preventing memory leaks in long-running server applications.
8. TL;DR Summary (for a slide)
- Kuzu v0.13.6 (full) – in‑process + server‑capable graph DB, Apache 2.0.
- New full‑text index, hybrid storage, multi‑threaded execution, Python 2.0 and Rust 1.5 bindings.
- Sub‑microsecond latency on billion‑edge graphs; 3‑5× faster than Neo4j on typical analytics.
- Easy install:
pip install kuzu==0.13.6. - Ideal for AI pipelines, recommendation engines, and low‑latency micro‑services.
If you could provide more context or details about Kuzu, such as: kuzu v0 136 full
3. Quick‑Start Guide
Below is a minimal end‑to‑end example that works on macOS, Linux, or Windows (assuming you have Python 3.10+). To develop a full feature for version 0