Skip to content

Commit d5310e4

Browse files
committed
API docs: fix server version needed for vectors
At the time of writing (and very likely the next release), no server with non-experimental Bolt 6.0 support has been released. Therefore, this note needs to go for now.
1 parent 7de168a commit d5310e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neo4j/vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Vector:
7777
Internally, a vector is stored as a contiguous block of memory
7878
(:class:`bytes`), containing homogeneous values encoded in big-endian
7979
order. Support for this feature requires a DBMS supporting Bolt version
80-
6.0 or later. This corresponds to Neo4j 2025.08 or later.
80+
6.0 or later.
8181
8282
:param data:
8383
The data from which the vector will be constructed.

0 commit comments

Comments
 (0)