10.26.2023
New Releases, Enhancements, Changes + Arize in the News!
Enhancements
VertexAI Integration for Prompt Playground
Users can now iterate on prompts in the Prompt Playground with Google's models built on PaLM 2. This integration allows users to iterate on prompt templates, parameters, and variables in the platform and compare responses. Additionally, users can now compare LLM providers by comparing prompt runs between OpenAI and VertexAI.
Monitor Downtime
Users can now schedule monitor downtime - a recurring time period in which monitors should not be evaluated. Monitor downtime aims to reduce noise in monitors due to periods of unstable or low traffic.
Monitors Widget in Dashboards
"Alert Graph" is a new type of dashboard widget, enabling users to view historical alerting data alongside other key metrics in their dashboard. Simply select "Alert Graph" from the widgets menu.
Text Widgets In Dashboards
Text Widgets are now included in dashboards. Users can create text widgets to share notes and observations.
GraphQL Usability Enhancement for Monitors
Users can now use spaceId
+ modelName
to create a monitor in lieu of using modelID, allowing users to streamline monitor creation. To use, simply replace the modelId
field with spaceId
(from url) and the modelName
(the same field used for create a file import job).
Python SDK v7.6.1
Added validation on embedding raw data for batch and record-at-a-time loggers.
Raised the validation string limits for string fields allowing users to send much larger strings.
Added truncation warnings if strings reach size limit.
Learn about Python SDK fixes and improvements here.
🎓 New Educational Content
📚 New Paper Readings
Catch up on the latest in AI research papers with these new community readings:
Decomposing Language Models Into Understandable Components
Last updated