Skip to content

Rename CreateEmptyEmbeddingsRecordsWorker

What does this MR do and why?

  • Renamed CreateEmptyEmbeddingsRecordsWorker to CreateEmbeddingsRecordsWorker. This better reflects the worker's actual functionality.
  • Updated all references in the codebase to use the new name.

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.

How to set up and validate locally

  1. Setup gitlabhq_test_embedding database and ran ee/spec/workers/llm/embedding/gitlab_documentation/create_embeddings_records_worker_spec.rb against it
  2. Ran the other spec tests to ensure there was no regression and specs were passing

Related to #438337 (closed)

Edited by Justin Zeng

Merge request reports