We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916375a commit ceaaa39Copy full SHA for ceaaa39
modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc
@@ -351,6 +351,9 @@ DROP INDEX moviePlots
351
== Vector index providers for compatibility
352
353
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
+
357
Previously created `vector-1.0` indexes will continue to function.
358
359
.Learn more about vector index provider differences
0 commit comments