Skip to content

Commit 9523ebf

Browse files
Fix vector example (#1409)
1 parent a9730fe commit 9523ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/values-and-types/vector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RETURN n.vectorProp AS vectorProp
149149
.Query
150150
[source, cypher]
151151
----
152-
CREATE (n:Label {vectorProp: $floatList})
152+
CREATE (n:Label {vectorProp: vector($floatList, 5, FLOAT)})
153153
RETURN n.vectorProp AS vectorProp
154154
----
155155

0 commit comments

Comments
 (0)