Skip to content

Add support for configuring the embedding database

Matt Kasa requested to merge mattkasa-add-embedding-db into main

What does this merge request do and why?

Adds support for configuring the new embedding database in gitlab rails.

Relates to gitlab#404396

How to set up and validate locally

  1. Checkout the mattkasa-add-embedding-db branch inside gitlab.
  2. Checkout the mattkasa-add-embedding-db branch inside GDK.
  3. Run gdk config set gitlab.rails.databases.embedding.enabled true.
  4. Run gdk reconfigure.

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Matt Kasa

Merge request reports