Skip to content

Conversation

stefano-ottolenghi
Copy link
Contributor

@stefano-ottolenghi stefano-ottolenghi commented Oct 9, 2025

Port of relevant bits from #1299 and #1325.

@stefano-ottolenghi stefano-ottolenghi changed the title Vector 5 Vector type in Cypher 5 Oct 9, 2025
@mauvo
Copy link
Contributor

mauvo commented Oct 14, 2025

Should we mention in managing contraints, that type constraints for vectors require you to provide the dimension and type. EG

CYPHER 25
CREATE CONSTRAINT chunk_is_vector IF NOT EXISTS
FOR (c2:CHUNK)
REQUIRE c2.embedding IS :: VECTOR(128, INT8)

@stefano-ottolenghi
Copy link
Contributor Author

@neo4j-docops-agent
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-cypher-1402.surge.sh

New pages:

Updated pages:

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants