README: specify how to add REDUCE in VADD.

This commit is contained in:
antirez
2025-03-24 09:55:45 +01:00
parent 8007ccd51b
commit 958ebee091
+1 -1
View File
@@ -42,7 +42,7 @@ Meaning of the options:
`REDUCE` implements random projection, in order to reduce the
dimensionality of the vector. The projection matrix is saved and reloaded
along with the vector set.
along with the vector set. **Please note that** the `REDUCE` option must be passed immediately before the vector, like in `REDUCE 50 VALUES ...`.
`CAS` performs the operation partially using threads, in a
check-and-set style. The neighbor candidates collection, which is slow, is