Skip to content

Fix embeddigns model version and force regeneration

Alejandro Rodríguez requested to merge embeddings-version into master

What does this MR do and why?

In #437923 (closed) we noticed that our Vertex embeddings were being generated without a fixed model version, leading to diverging incompatible versions and thus degraded performance. In this MR we fix the model version to the latest stable version, and bump the hardcoded embeddings version number to force a regeneration of all embeddings.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports