September 25, 2024
Release highlights
Our new and improved our AI-generation feature enables you to more easily draft content within your model documentation, validation reports, and ongoing monitoring plans right in the ValidMind Platform UI.
Generate with ValidMind AI
Our new beta (Generate Text with AI) button is now available when you edit simple text blocks in model documentation, model validation reports, and ongoing monitoring plans. This button replaces the old button that was used to AI-generate content.
- Provide an optional prompt to guide the output, then click Generate to compose a draft for review.
- You can choose to Accept Text to insert the draft into your text block, or Try Again to regenerate a different copy.
How to upgrade
ValidMind Platform UI
To access the latest version of the ValidMind Platform UI,1 hard refresh your browser tab:
- Windows:
Ctrl
+Shift
+R
ORCtrl
+F5
- MacOS:
⌘ Cmd
+Shift
+R
OR hold down⌘ Cmd
and click theReload
button
ValidMind Developer Framework
To upgrade to the latest version of the ValidMind Developer Framework:2
In your Jupyter Notebook:
Locate the
%pip install -q validmind
cell and replace the contents with:%pip install --upgrade validmind
Run the edited code cell.
You may need to restart your kernel after running the upgrade package for changes to be applied.