Vsets: Remove stale note about replication from README. (#14528)

This commit is contained in:
Salvatore Sanfilippo 2026-01-13 09:13:59 +01:00 committed by GitHub
parent cc1660abdd
commit 60a4fa2e4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.