Skip to content

Elastic migration to add embeddings to issues

Madelein van Niekerk requested to merge 451431-add-embeddings-to-issues into master

What does this MR do and why?

Adds a vector to store embeddings to the issue index in Elasticsearch. This feature is only applicable to Elasticsearch distributions on version 8 or higher. The code includes a migration to update the mappings and checks if the Elasticsearch distribution supports vectors before applying the migration. If the distribution does not support vectors, the migration is skipped and a message is logged.

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.

Related to #451431 (closed)

Merge request reports