From 6d806d03100249f14b3db1620feab69aaece5e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:51:20 +0200 Subject: [PATCH 1/2] fix typo --- modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc b/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc index b4d26230e..81aaa30b2 100644 --- a/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc +++ b/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc @@ -432,7 +432,7 @@ Returns the requested number of approximate nearest neighbor relationships and t |=== [limitations-and-issues] -== Limitiations and known issues +== Limitations and known issues As of Neo4j 5.13, the vector index is no longer a beta feature. It does, however, still contain some limitations and known issues. From 9f4bc079a0349670096b6146b30d81b6071c8142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:03:37 +0200 Subject: [PATCH 2/2] fix typo --- modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc b/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc index 81aaa30b2..7723ae0d6 100644 --- a/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc +++ b/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc @@ -431,7 +431,7 @@ Returns the requested number of approximate nearest neighbor relationships and t |=== -[limitations-and-issues] +[[limitations-and-issues]] == Limitations and known issues As of Neo4j 5.13, the vector index is no longer a beta feature.