2.13.3 Patch release notes
This release includes Gemini support for ValidMind Platform, a title field for figures and tables within ValidMind Platform, and more.
Enhancements
Added Gemini support for ValidMind Platform
You can now use Gemini for ValidMind prompt evaluation tests, RAGAS tests, and DeepEval scorers. This allows you to update the judge-configuration notebook with current environment variables and defaults.
Added title field for figures and tables within the ValidMind Platform
Introduced consistent titling for figures and tables within the ValidMind Platform, allowing you to title figures the same way as tables by returning {"My Chart Title": fig} or passing title="…" to Figure/ResultTable, rendering the title as Figure N. My Chart Title in the document's caption registry.
Introduced a Databricks sample notebook for integrating the ValidMind library
Introduced a comprehensive Databricks notebook for integrating the ValidMind library, allowing you to efficiently link Unity Catalog to your inventory model and run notebooks against Databricks data. This integration enables the use of linked Databricks Unity Catalog fields in custom calculated model fields, enhancing your data management capabilities.
Documentation
Guides: Updated SR 26-2 references in banking agent system
Guides: Updated regulatory references in banking agent system
Learn how to align your documentation with the latest regulatory framework by referencing SR 26-2 instead of SR 11-7 for U.S. MRM guidance in notebooks and templates.
Bug fixes
Fixed LLM not configured error
Prompt validation tests no longer require OpenAI configuration when you provide a custom judge_llm. You can now run these tests with another supported provider, such as Gemini, without setting OPENAI_API_KEY.
Fixed exclusions in IQROutliersBarPlot and custom thresholds in WeakspotsDiagnosis
- IQROutliersBarPlot: Boolean and binary features are excluded from outlier analysis and summary output.
- WeakspotsDiagnosis: You can pass partial custom thresholds; plots still show default reference lines for other metrics, and pass/fail only evaluates the thresholds you set.
Fixed async chart upload issues by pre-serializing figure images
This update introduces caching of PNG bytes for figures to ensure async-safe serialization, particularly addressing conflicts with Plotly's Kaleido library and asyncio event loops.