v1.45.2

commaai/openpilotv1.45.2Jun 2, 2026by Kerollmops

AI Summary

Fixes internal vector store quantization configuration desynchronization, specifically addressing issues in databases upgraded from older versions by removing corrupted embeddings.

Key Highlights

  • Fixes internal vector stores quantization config desync
  • Resolves issues for databases upgraded from versions older than v1.33.1
  • Removes corrupted embeddings from impacted indexes

Full Release Notes

### 🪲 Bug Fixes

* Fix internal vector stores quantization config desync by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6411
   We noticed issues when dumpless upgrading databases containing embedders from versions older than v1.33.1. This version fixes those databases by removing the corrupted embeddings from the impacted indexes.

**Full Changelog**: https://github.com/meilisearch/meilisearch/compare/v1.45.1...v1.45.2