Skip to content

Commit ceaaa39

Browse files
committed
Add Neo4j 5.26 behaviour to vector index providers compat section
1 parent 916375a commit ceaaa39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ DROP INDEX moviePlots
351351
== Vector index providers for compatibility
352352

353353
As of Neo4j 5.18, the default index provider is `vector-2.0`.
354+
As of Neo4j 5.26, it is no longer possible to specify an index provider when creating indexes.
355+
Instead, Neo4j selects the most performant provider (currently `vector-2.0`).
356+
354357
Previously created `vector-1.0` indexes will continue to function.
355358

356359
.Learn more about vector index provider differences

0 commit comments

Comments
 (0)