Skip to content

Commit a0e12ba

Browse files
committed
add info around dimension and coordinate value
also on the allowed types section on the main constraint page and not just the syntax page (it was mentioned in the example but not by the type list) unrelated to the index bits, but something I noticed on the constraint PR but that didn't get updated before it was merged
1 parent 5078df1 commit a0e12ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ROOT/pages/constraints/managing-constraints.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ The allowed property types for property type constraints are:
452452

453453
[NOTE]
454454
Because storing lists of xref:values-and-types/vector.adoc[`VECTOR`] values is not supported, property type constraints cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`.
455+
Additionally, `VECTOR` property type constraints must be created with a specific dimension and coordinate value, where the dimension must be greater than `0` and less or equal to `4096`.
456+
For more information, see xref:values-and-types/vector.adoc[Values and types -> Vectors].
455457

456458
For a complete reference describing all types available in Cypher, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
457459

0 commit comments

Comments
 (0)