Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,8 @@ Returns the requested number of approximate nearest neighbor relationships and t
== Limitations and known issues

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

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

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

* Changes made within the same transaction are not visible to the index.
====

.*Known issues*
[%collapsible]
====
The following table lists the known issues and, if fixed, the version in which they were fixed:
Vector indexes also contain some known issues.
The following table lists the issues and, if fixed, the version in which they were fixed:

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

|===

====