From 60a4fa2e4bff47b5d3d1c905d2e9ca2a538a6378 Mon Sep 17 00:00:00 2001 From: Salvatore Sanfilippo Date: Tue, 13 Jan 2026 09:13:59 +0100 Subject: [PATCH] Vsets: Remove stale note about replication from README. (#14528) --- modules/vector-sets/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/vector-sets/README.md b/modules/vector-sets/README.md index 6bacfe05f..be87ff313 100644 --- a/modules/vector-sets/README.md +++ b/modules/vector-sets/README.md @@ -721,10 +721,6 @@ During Vector Sets testing, we discovered that often clients introduce considera Switching from `VALUES` to `FP32` as a method for transmitting vectors may easily provide 10-20x speedups. -# Known bugs - -* Replication code is pretty much untested, and very vanilla (replicating the commands verbatim). - # Implementation details Vector sets are based on the `hnsw.c` implementation of the HNSW data structure with extensions for speed and functionality.