Skip to content

Commit 9baee9d

Browse files
Add note clarifying Java versions for Vector index performance suggestions (#1225)
1 parent b93e888 commit 9baee9d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Use xref:functions/vector.adoc[] to compute the similarity score between two spe
256256
[[performance]]
257257
== Performance suggestions
258258

259-
Vector indexes can take advantage of the incubated Java 20 Vector API for noticeable speed improvements.
259+
Vector indexes can take advantage of the incubated Java Vector API for noticeable speed improvements.
260260
If you are using a compatible version of Java, you can add the following setting to your link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings/#config_server.jvm.additional[configuration settings]:
261261

262262
.Configuration settings
@@ -265,6 +265,11 @@ If you are using a compatible version of Java, you can add the following setting
265265
server.jvm.additional=--add-modules=jdk.incubator.vector
266266
----
267267

268+
[NOTE]
269+
While the Neo4j 5 series requires at least Java 17, _at least_ Java 20 is necessary to take advantage of this performance improvement in Neo4j 5.14-5.26.
270+
If you are using Neo4j 2025.01 or later, Java 21 is required.
271+
For more information about what Java versions are supported by different Neo4j versions, see the link:{neo4j-docs-base-uri}/operations-manual/current/installation/requirements/#deployment-requirements-java[Operations Manual -> System requirements -> Java].
272+
268273
[[show-vector-indexes]]
269274
== Show vector indexes
270275

0 commit comments

Comments
 (0)