Skip to content

Conversation

@Hunterness
Copy link
Collaborator

@Hunterness Hunterness commented Oct 10, 2025

was missing vector type in the index type column and the entity type values were odd (now they're aligned with the constraints one and more accurate to what values it actually returns)

the vector in the index type column should have been added when vector indexes were introduced, the entity type column update is just general from the beginning of show indexes.

the vector property type constraint update is only relevant for cypher 25 after the vector type was released

was missing vector type and the entity type values was odd (now they're aligned with the constraints one and more accurate to what values it actually returns)
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
Copy link
Contributor

@rsill-neo4j rsill-neo4j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one small suggestion + approval


[NOTE]
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>`.
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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.
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 than or equal to `4096`.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied this directly from the syntax page, do you want me to update it there too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated in both

@neo4j-docops-agent
Copy link
Collaborator

neo4j-docops-agent commented Oct 20, 2025

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@rsill-neo4j rsill-neo4j merged commit a9730fe into neo4j:dev Oct 20, 2025
5 checks passed
@rsill-neo4j
Copy link
Contributor

quasi-cherry-picked the first commit here: 9067045 and here: 847732e

i think i tricked myself with "squash and merge" which made the actual commit inaccessible :)

@rsill-neo4j
Copy link
Contributor

also applied this to #1406 (graph types)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants