Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/neo4j/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Vector:
Internally, a vector is stored as a contiguous block of memory
(:class:`bytes`), containing homogeneous values encoded in big-endian
order. Support for this feature requires a DBMS supporting Bolt version
6.0 or later. This corresponds to Neo4j 2025.08 or later.
6.0 or later.

:param data:
The data from which the vector will be constructed.
Expand Down