Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-63334: Fix race condition in NormalizeVector (#2094)
- Normalizing the query vector in place would create a race condition, causing different indexes within an alias to receive inconsistent query vectors. - This inconsistency could lead to incorrect results when merging hits from all indexes in the alias.
- Loading branch information