Skip to content

Commit 7cb502c

Browse files
add backticks
1 parent f1d4a51 commit 7cb502c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/functions/vector.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more details, see the {link-vector-indexes}#similarity-functions[vector inde
3636
| Both vectors must be {link-vector-indexes}#indexes-vector-similarity-cosine[*valid*] with respect to cosine similarity.
3737
| The implementation is identical to that of the latest available vector index provider (`vector-2.0`).
3838
| `vector.similarity.cosine()` returns the neighborhood of nodes along with their respective cosine similarity scores, sorted in descending order of similarity.
39-
The similarity score range from `0` and 1, with scores closer to `1` indicating a higher degree of similarity between the indexed vector and the query vector.
39+
The similarity score range from `0` and `1`, with scores closer to `1` indicating a higher degree of similarity between the indexed vector and the query vector.
4040

4141
|===
4242

@@ -66,7 +66,7 @@ For more details, see the {link-vector-indexes}#similarity-functions[vector inde
6666
| Both vectors must be {link-vector-indexes}#indexes-vector-similarity-euclidean[*valid*] with respect to Euclidean similarity.
6767
| The implementation is identical to that of the latest available vector index provider (`vector-2.0`).
6868
| `vector.similarity.euclidean()` returns the neighborhood of nodes along with their respective Euclidean similarity scores, sorted in descending order of similarity.
69-
The similarity score range from `0` and 1, with scores closer to `1` indicating a higher degree of similarity between the indexed vector and the query vector.
69+
The similarity score range from `0` and `1`, with scores closer to `1` indicating a higher degree of similarity between the indexed vector and the query vector.
7070

7171
|===
7272

0 commit comments

Comments
 (0)