Kuzu V0 | 120

The Kuzu V0 120 is a medium-inertia, high-precision AC servo motor designed for industrial automation tasks requiring rapid acceleration and deceleration. The name breaks down as follows:

This motor is typically paired with a compatible MR-J4 or MR-J5 series driver to achieve full closed-loop control.

You can now define properties with fixed-size list types (vectors) and create vector indexes on them to perform approximate nearest neighbor (ANN) searches efficiently.

1. Defining a Vector Property You can define a property as a fixed-size list of floats (e.g., dimension 1536 for OpenAI embeddings). kuzu v0 120

CREATE NODE TABLE Document (
    id STRING, 
    content STRING, 
    embedding FLOAT[1536], 
    PRIMARY KEY (id)
);

2. Creating a Vector Index To speed up similarity searches, create an index on the embedding column.

CREATE VECTOR INDEX doc_embedding_index ON Document(embedding);

3. Querying with Similarity You can use the ~= operator (or specific vector functions) to find the closest matches to a query vector.

MATCH (d:Document)
CALL d.embedding =~ [0.1, 0.2, ..., 0.n]  // Your query vector
RETURN d.content
ORDER BY d._similarity_score DESC
LIMIT 5;

(Note: Syntax for vector search may vary slightly depending on the specific 0.12.0 patch version; always check the specific docs for the exact function name, often utilizing cosine or euclidean distance functions). The Kuzu V0 120 is a medium-inertia, high-precision


Author: Prepared for IEEE/ACM Submission
Date: April 18, 2026

[1] N. Verma, A. Chandrakasan, “Sub-threshold circuit design for ultra-low-power systems,” IEEE JSSC, 2018.
[2] T. Kuroda, “Near-threshold CMOS circuits,” Springer, 2020.
[3] Kuzu Logic Internal Report, “0.12 V cell library characterization,” ver. 1.0, 2025.


Use a shielded twisted-pair cable (recommended: MR-J3ENCBL5M-A1). The pinout is standard: This motor is typically paired with a compatible

Kuzu is an embedded graph database built for query speed and scalability. Version 0.12.0 represents a significant milestone in the database's evolution, introducing features that bridge the gap between traditional graph querying and modern vector-based AI workloads.

This guide covers the most impactful changes in Kuzu 0.12.0, how they affect your current workflows, and how to leverage the new capabilities.