Skip to content

Commit

Permalink
Add known vector index issue where queries could be incorrectly rejec…
Browse files Browse the repository at this point in the history
…ted (#805)

Co-authored-by: Jens Pryce-Åklundh <[email protected]>
  • Loading branch information
nilsceberg and JPryce-Aklundh committed Dec 20, 2023
1 parent 04ce06b commit 8a3682b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/ROOT/pages/indexes-for-vector-search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,17 @@ WHERE type = 'VECTOR'
====
| Neo4j 5.15

| Vector indexes may incorrectly reject valid queries in a cluster setting.
This is caused by an issue in the handling of index capabilities on followers.

[TIP]
====
Because index capabilities will be correctly configured on a restart, this issue can be worked around by rolling the cluster after vector index creation.
====

For more information about clustering in Neo4j, see the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering[Operations Manual -> Clustering].
| Neo4j 5.14

| Querying for a _single_ approximate nearest neighbor from an index would fail a validation check. Passing a `null` value would also provide an unhelpful exception.
| Neo4j 5.13

Expand Down

0 comments on commit 8a3682b

Please sign in to comment.