VectorChord 0.5.2 Release Notes
- Add built-in query simpling, for recall evaluation with online queries, see also Query sampling. (#321, #334, #337, #338)
- Fix MVCC violation if either
build.rerank_in_tableorvchordrq.prefilteris enabled. (#336) - Fix incorrect order of
vchordrq.probes. (#342)
The vchord-postgres image includes pgvector 0.8.1 now. You could update the extension schema by running the following SQL:
ALTER EXTENSION pgvector UPDATE;
ALTER EXTENSION vchord UPDATE;