We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.9.0
macOS
INSTALL vector; LOAD vector; CREATE NODE TABLE tbl (id int64 PRIMARY KEY, vec FLOAT[784]); COPY tbl from "dataset/mnist/data.parquet"; CALL CREATE_VECTOR_INDEX( 'tbl', 'vec_index', 'vec', metric := "l2");
killall kuzu
CALL SHOW_INDEXES() RETURN *; ┌────────────┬────────────┬────────────┬────────────────┬──────────────────┬──────────────────┐ │ table name │ index name │ index type │ property names │ extension loaded │ index definition │ │ STRING │ STRING │ STRING │ STRING[] │ BOOL │ STRING │ ├────────────┼────────────┼────────────┼────────────────┼──────────────────┼──────────────────┤ └────────────┴────────────┴────────────┴────────────────┴──────────────────┴──────────────────┘ (0 tuples) (6 columns) Time: 4.28ms (compiling), 0.71ms (executing)
The text was updated successfully, but these errors were encountered:
ray6080
No branches or pull requests
Kuzu version
v0.9.0
What operating system are you using?
macOS
Are there known steps to reproduce?
The text was updated successfully, but these errors were encountered: