Skip to content

Commit 7b9ae2e

Browse files
Add note clarifying Java versions for Vector index performance suggestions (#1225)
1 parent d157dad commit 7b9ae2e

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
@@ -244,7 +244,7 @@ Use xref:functions/vector.adoc[] to compute the similarity score between two spe
244244
[[performance]]
245245
== Performance suggestions
246246

247-
Vector indexes can take advantage of the incubated Java 20 Vector API for noticeable speed improvements.
247+
Vector indexes can take advantage of the incubated Java Vector API for noticeable speed improvements.
248248
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]:
249249

250250
.Configuration settings
@@ -253,6 +253,11 @@ If you are using a compatible version of Java, you can add the following setting
253253
server.jvm.additional=--add-modules=jdk.incubator.vector
254254
----
255255

256+
[NOTE]
257+
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.
258+
If you are using Neo4j 2025.01 or later, Java 21 is required.
259+
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].
260+
256261
[[show-vector-indexes]]
257262
== Show vector indexes
258263

0 commit comments

Comments
 (0)