You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -94,32 +94,32 @@ SET anyarray.similarity_type=jaccard;
94
94
SET anyarray.similarity_type=overlap;
95
95
```
96
96
97
-
Set threshold for similarity search. Default value is 0.6 . RESET value is 0.0 . anyarray.similarity_threshold accept values from 0.0 to 1e10 .
97
+
Set threshold for similarity search. Default value is 0.6 . RESET value is 0.0 .`anyarray.similarity_threshold` accept values from 0.0 to 1e10 .
98
98
```
99
99
SET anyarray.similarity_threshold = 3;
100
100
RESET anyarray.similarity_threshold;
101
101
```
102
102
103
-
RUM version 1.2 and 1.3 used variables rum.array_similarity_function and rum.array_similarity_threshold that are obsolete and replaced by anyarray.similarity_type and anyarray.similarity_threshold.
103
+
RUM version 1.2 and 1.3 used variables`rum.array_similarity_function` and`rum.array_similarity_threshold` that are obsolete and replaced by`anyarray.similarity_type` and`anyarray.similarity_threshold`.