You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/content/docs/extensions/vector.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ CALL CREATE_VECTOR_INDEX(
185
185
Required arguments:
186
186
-`TABLE_NAME`: The node table containing a property on which the index is to be created.
187
187
-`INDEX_NAME`: The name of the vector index.
188
-
-`PROPERTY_NAME`: The name of the vector property on which the index is to be created. The property must be a `LIST` or`ARRAY` of type `FLOAT` or `DOUBLE`.
188
+
-`PROPERTY_NAME`: The name of the vector property on which the index is to be created. The property must be an`ARRAY` of type `FLOAT` or `DOUBLE`.
0 commit comments