Skip to content

Commit

Permalink
precision issue not appearing on master but appearing on 2.4
Browse files Browse the repository at this point in the history
🤷
  • Loading branch information
IoannisPanagiotas committed Oct 11, 2023
1 parent 7825708 commit 7f1fec3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/modules/ROOT/pages/algorithms/knn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -680,11 +680,11 @@ ORDER BY similarity DESCENDING, Person1, Person2
[opts="header"]
|===
| Person1 | Person2 | similarity
| "Alice" | "Carol" | 0.8874315534
| "Carol" | "Alice" | 0.8874315534
| "Bob" | "Carol" | 0.4674429487
| "Eve" | "Bob" | 0.3700361866
| "Dave" | "Bob" | 0.2887113179
| "Alice" | "Carol" | 0.887431553441766
| "Carol" | "Alice" | 0.887431553441766
| "Bob" | "Carol" | 0.467442948683302
| "Eve" | "Bob" | 0.37003618661809
| "Dave" | "Bob" | 0.288711317895105
|===

Note that the two distinct maps in the query could be merged to a single one.
Expand Down

0 comments on commit 7f1fec3

Please sign in to comment.