Skip to content

Commit e9079a2

Browse files
Uncollapse limitations and known issues on vector index page (#1288)
1 parent dee5d22 commit e9079a2

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

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

505505
The vector index is no longer a beta feature.
506-
It does, however, still contain some limitations and known issues.
506+
It does, however, still contain some limitations:
507507

508-
.*Limitations*
509-
[%collapsible]
510-
====
511508
* The query is an _approximate_ nearest neighbor search.
512509
The requested _k_ nearest neighbors may not be the exact _k_ nearest, but close within the same wider neighborhood.
513510

@@ -517,13 +514,11 @@ The requested _k_ nearest neighbors may not be the exact _k_ nearest, but close
517514
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.
518515

519516
* Changes made within the same transaction are not visible to the index.
520-
====
521517

522-
.*Known issues*
523-
[%collapsible]
524-
====
525-
The following table lists the known issues and, if fixed, the version in which they were fixed:
518+
Vector indexes also contain some known issues.
519+
The following table lists the issues and, if fixed, the version in which they were fixed:
526520

521+
.Known issues
527522
[%header,cols="5a,d"]
528523
|===
529524
| Known issues | Fixed in
@@ -546,4 +541,3 @@ The types are still enforced as `LIST<INTEGER \| FLOAT>`.
546541

547542
|===
548543

549-
====

0 commit comments

Comments
 (0)