Skip to content

Commit 57d9838

Browse files
authored
[NO ISSUE] Quickly marking new features for 7.6.4 (#307)
1 parent a6ec0b6 commit 57d9838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/search/partials/vector-search-field-descriptions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This may reduce the accuracy of results.
1212
+
1313
The Search Service uses half the `nprobe` value calculated for *recall* priority.
1414
15-
* *memory-efficient*: The Search Service prioritizes reducing memory usage and optimizes search operations for less resources.
15+
* *memory-efficient*: From Couchbase Server version 7.6.4 and later, choose this option to prioritize reducing memory usage and optimize search operations for less resources.
1616
This may reduce both accuracy (recall) and latency.
1717
+
1818
The Search Service uses either an inverted file index with scalar quantization, or a directly mapped index with exact vector comparisons, depending on the number of vectors in your data.
@@ -36,7 +36,7 @@ Smaller euclidean distances mean that the values of each coordinate in the vecto
3636
+
3737
It's best to use *l2_norm* similarity when your embeddings contain information about the count or measure of specific things, and your embedding model uses the same similarity metric.
3838
39-
* *cosine*: Calculated by adding the result of multiplying a vector's components, or the product of the magnitudes of the vectors and the cosine of the angle between them.
39+
* *cosine*: From Couchbase Server version 7.6.4 and later, the *cosine* similarity metric is calculated by adding the result of multiplying a vector's components, or the product of the magnitudes of the vectors and the cosine of the angle between them.
4040
This metric is not affected by the size of the vectors being measured.
4141
+
4242
Use *cosine* similarity to get the best results with an embedding model that uses cosine similarity.

0 commit comments

Comments
 (0)