mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
This patch adds vector index option allowing to enable rescoring - recalculation of similarity metric and re-ranking of quantized VS candidates. Quantization is a necessary condition to run rescoring - checked in convenience function `is_rescoring_enabled`. Rescoring itself is not implemented - it will come in following patches. Fixes https://scylladb.atlassian.net/browse/SCYLLADB-294