From 958ebee0912e4d9b4869b56a61a09c418f029e02 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 24 Mar 2025 09:53:15 +0100 Subject: [PATCH] README: specify how to add REDUCE in VADD. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c53ad75bf..f93b4948b 100644 --- a/README.md +++ b/README.md @@ -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