Skip to content

feat: Add markdown to ML Model descriptions

What does this MR do and why?

This MR changed the Model Registry Details tab to Model Card. It displays the Model description which now supports markdown.

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
image image
image image

How to set up and validate locally

  1. Open GDK or open 127.0.0.1:3000/flightjs/Flight/-/ml/models and skip step 2
  2. Go to a project, click on Deploy and then Model registry
  3. Click on "create model" in the top right corner
  4. Fill in model name followed by a description (use markdown here)
  5. Click on create
  6. You will now see the markdown description

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

Related to #387600 (closed)

Edited by Fred de Gier

Merge request reports

Loading