Skip to content

Commit 077e7ad

Browse files
Uncollapse limitations and known issues in vector indexes (#1287)
1 parent 404c214 commit 077e7ad

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,8 @@ Returns the requested number of approximate nearest neighbor relationships and t
515515
== Limitations and known issues
516516

517517
As of Neo4j 5.13, the vector index is no longer a beta feature.
518-
It does, however, still contain some limitations and known issues.
518+
It does, however, still contain some limitations:
519519

520-
.*Limitations*
521-
[%collapsible]
522-
====
523520
* The query is an _approximate_ nearest neighbor search.
524521
The requested _k_ nearest neighbors may not be the exact _k_ nearest, but close within the same wider neighborhood.
525522

@@ -529,13 +526,11 @@ The requested _k_ nearest neighbors may not be the exact _k_ nearest, but close
529526
For example, you cannot have one xref:indexes/semantic-indexes/vector-indexes.adoc#similarity-functions[Euclidean] and one xref:indexes/semantic-indexes/vector-indexes.adoc#similarity-functions[cosine] vector index on the same label-property key pair.
530527

531528
* Changes made within the same transaction are not visible to the index.
532-
====
533529

534-
.*Known issues*
535-
[%collapsible]
536-
====
537-
The following table lists the known issues and, if fixed, the version in which they were fixed:
530+
Vector indexes also contain some known issues.
531+
The following table lists the issues and, if fixed, the version in which they were fixed:
538532

533+
.Known issues
539534
[%header,cols="5a,d"]
540535
|===
541536
| Known issues | Fixed in
@@ -686,5 +681,3 @@ Ensure that all cluster members have been updated to use Neo4j 5.11 (or a newer
686681

687682
| Neo4j 5.12
688683
|===
689-
690-
====

0 commit comments

Comments
 (0)