README: remove no longer valid RP issue.

now the projection matrix is deterministic.
This commit is contained in:
antirez 2025-03-26 11:33:32 +01:00
parent 23b3e21817
commit 08e3f958fa
1 changed files with 0 additions and 1 deletions

View File

@ -562,7 +562,6 @@ Switching from `VALUES` to `FP32` as a method for transmitting vectors may easil
# Known bugs
* When `VADD` with `REDUCE` is replicated, we should probably send the replicas the random matrix, in order for `VEMB` to read the same things. This is not critical, because the behavior of `VADD` / `VSIM` should be transparent if you don't look at the transformed vectors, but still probably worth doing.
* Replication code is pretty much untested, and very vanilla (replicating the commands verbatim).
# Implementation details