LogoLogo
Python SDKSlack
  • Documentation
  • Cookbooks
  • Self-Hosting
  • Release Notes
  • Reference
  • Changelog
  • History
    • 2025
      • 04.2025
      • 03.2025
      • 02.27.2025
      • 02.14.2025
      • 01.21.2025
    • 2024
      • 12.19.2024
      • 12.05.2024
      • 11.07.2024
      • 10.24.2024
      • 10.03.2024
      • 09.19.2024
      • 09.05.2024
      • 08.23.2024
      • 08.08.2024
      • 07.10.2024
      • 06.07.2024
      • 05.10.2024
      • 04.25.2024
      • 04.12.2024
      • 03.28.2024
      • 03.18.2024
      • 02.16.2024
      • 01.18.2024
      • 01.04.2024
    • 2023 and older
      • 2023
        • 12.07.2023
        • 11.14.2023
        • 10.26.2023
        • 10.11.2023
        • 08.29.2023
        • 07.17.2023
        • 06.05.2023
        • 05.08.2023
        • 04.17.2023
        • 03.13.2023
        • 02.13.2023
        • 01.24.2023
      • 2022
        • 12.19.2022
        • 11.28.2022
        • 11.07.2022
        • 10.10.2022
        • 09.26.2022
        • 09.12.2022
        • 08.29.2022
        • 08.15.2022
        • 08.01.2022
        • 07.18.2022
        • 06.28.2022
        • 06.06.2022
        • 05.23.2022
        • 05.09.2022
        • 04.25.2022
        • 04.11.2022
        • 03.28.2022
        • 03.14.2022
        • 02.28.2022
        • 02.14.2022
        • 01.31.2022
        • 01.18.2022
      • 2021
        • 12.15.2021: CVE-44228
        • 12.13.2021
        • 11.18.2021
        • 11.02.2021
        • 10.15.2021
        • 09.27.2021
        • 06.25.2021
        • 05.28.2021
        • 04.30.2021
        • 04.16.2021
        • 04.02.2021
        • 03.12.2021
        • 02.26.2021
Powered by GitBook

Support

  • Chat Us On Slack
  • support@arize.com

Get Started

  • Signup For Free
  • Book A Demo

Copyright © 2025 Arize AI, Inc

On this page
  • What's New
  • Enhancements
  • 📚 New Content

Was this helpful?

  1. History
  2. 2024

10.03.2024

New Releases, Enhancements, + Changes

Last updated 7 months ago

Was this helpful?

What's New

Embedding Traces

With Embeddings Tracing, you can effortlessly select embedding spans and dive straight into the UMAP visualizer, simplifying troubleshooting for your genAI applications. How this works:

  • Users can now select embedding spans and go to the embedding visualizer (also available on project level nav for all generative models)

  • All embedding spans get pulled over for UMAP + clustering

  • Users can select an individual point/cluster and the embedding span attributes get pulled over

  • "Color by" span attributes is also available, and whichever attribute users "color by" can also be viewed as a column in the table

Note: this functionality is only viewable for embedding spans after October 2, 2024.

Learn more about our embeddings visualizer .

Experiments Details Visualization

Users can now view a detailed breakdown of labels for their experiments on the Experiments Details page.

Note: this feature is currently only available for label-based evaluations. Support for score-exclusive evaluations will be coming in a future update.

Enhancements

Prompt Playground Improvements

  • Full OpenAI Models Support: We've added full support for all available OpenAI models in the playground including the o1-mini and o1-preview.

  • Full-screen Data Mode: Enter full screen mode to view your data more easily.

  • Features For Datasets:

    • Prompt Overriding: When using a dataset to test out different prompts, users can now replace the prompt template with the dataset.

    • Pop Up Windows for Long Outputs & Variables: Viewing longer outputs is now easier with pop up windows.

Along with these features, we've added improvements such as better input variable behavior, autocompletion enhancements, support for mustache/f-string input variables, and more.

Filters Updates

  • Filter History: We now store the last three filters used by a user! Users can easily access their filter history in the query filters dropdown, making it simpler to reuse filters for future queries.

Traces Page Updates

  • Parent Spans: We’ve enhanced the Traces page to give users a better experience when filtering spans. Now, even if the filter doesn’t match the parent span, users will still see the the parent span with the relevant spans nested under it.

  • Quick Filters: We’ve introduced quick filters, allowing users to apply filters directly from the table by hovering over the text to reveal the filter icon.

New Arize-Otel Package for LLM App Tracing

Workflow Improvements

  • Support for new line creation while reviewing prompts.

  • Easily add spans to a dataset from the Traces page using the "Add to Dataset" button.

  • Quickly create an evaluation task within a trace if no evaluations currently exist using the "Setup Task" button.

📚 New Content

The latest video tutorials, paper readings, ebooks, self-guided learning modules, and technical posts:

: With OpenAI's addition of function calling in their models, we have added support in Arize starting from the trace all the way to the playground. View function/tool calls in your traces, and open the playground to further experiment and test.

We heard you, and we made it much simpler to add automatic tracing to your applications! It's now just a few lines of code to use OpenTelemetry to trace your LLM application. which uses our arize-otel package.

🧑‍⚖️

🤖

🔭

🪞

OpenAI Function/Tool Calls
Check out our new quickstart guide
Selecting the Right Model for LLM-as-a-Judge Evaluations
Leveraging Agent Evaluation and Memory to Build Robust Agentic Systems
Exploring OpenAI’s o1 Models
Breaking Down Reflection Tuning
here
Embedding traces in action
Experiments details visualization
Filters history
Quick filters
"Add to Dataset" & "Setup Task" buttons