Skip to content

Releases: Arize-ai/phoenix

v0.0.33

15 Sep 23:59
Compare
Choose a tag to compare

:## What's Changed

Read more

v0.0.32

04 Aug 17:17
Compare
Choose a tag to compare
v0.0.32 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.31...v0.0.32

v0.0.31

04 Aug 07:11
7342358
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.30...v0.0.31

0.0.30

26 Jul 01:09
Compare
Choose a tag to compare

Search And Retrieval Troubleshooting

This release contains troubleshooting workflows for search and retrieval! If you are building an LLM powered application that uses RAG (retrieval augmented generation), poor retrieval can be detrimental to the user-experience of your app. Phoenix now supports passing in your knowledge base as a corpus dataset so that you can inspect how your retrieval system is querying for relevant documents in your vector store. Phoenix automatically computes the distance between your queries and document embeddings, helping you quickly identify slices of your data that represent user queries that are not contained in your vector store. Not only that, it visually overlays the retrieval connections within the point cloud so you can visually highlight the vector store clusters your retriever is pulling data from. For all the details, check out our notebooks that cover search and retrieval!



phoenix_rag.mp4

What's Changed

New Contributors

Full Changelog: v0.0.28...0.0.30

v0.0.28

11 Jul 21:25
2c8415e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.27...v0.0.28

v0.0.27

30 Jun 16:59
Compare
Choose a tag to compare

📥 Download all clusters

You can now export all clusters to the notebook or to a parquet file from the UI! This enables you to explore the clusters back in the notebook or in an environment of your choosing!

export_all.mp4

What's Changed

Full Changelog: v0.0.26...v0.0.27

v0.0.26

28 Jun 21:48
Compare
Choose a tag to compare

✨ Tooltips on the point-cloud!

tooltip.mp4

What's Changed

Full Changelog: v0.0.25...v0.0.26

v0.0.25

26 Jun 20:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.24...v0.0.25

v0.0.24

14 Jun 19:08
Compare
Choose a tag to compare

This release updates Phoenix's capabilities for cluster-based analysis - providing more metrics to help you assess the performance and data quality of your unstructured data.

✨ Cluster Performance Metrics

Clusters can now be analyzed for model performance degradation! Our new release includes accuracy_score as a model performance metric. Using accuracy as the base metric on the embedding projection allows you to drill into clusters that map to bad predictions quicker than ever before. Finding pockets of bad performance is as simple as picking the metric and sorting the clusters by worst performing. If you are using Phoenix to identify production data that should be re-labeled and fed back into your training pipeline, this is the feature for you.

cluster_performance.mp4

✨ Cluster Data Quality / Custom Metrics

Clusters can now be analyzed via ad-hoc metrics! You can now calculate the average of any numeric feature, tag, prediction, or actual sent into Phoenix. This means you can now find "low-quality" clusters via the heuristic of your choosing! Below is an example of how precision@k for document retrieval (from a vector store) is used to identify clusters of chatbot queries that are failing to provide a good answer. The neat thing about this feature is that you can use Phoenix to build your own EDA heuristic! Care about rouge score or LLM-assisted evaluations? You can now use these to analyze your embeddings and to discover anomalies by simply sorting your clusters! This feature gives you, the data scientist, a powerful tool to formulate bespoke heuristics for identifying clusters of low performance, quality, and/or drift. We hope you like it!

context_retrieval.mp4

What's Changed

Full Changelog: 0.0.23...v0.0.24

0.0.23

02 Jun 17:38
Compare
Choose a tag to compare

❇️ HDBSCAN Tuning! ❇️

Dynamically adjust HDBSCAN parameters to get your clusters just right.

hdbscan_short.mp4

What's Changed

Full Changelog: v0.0.22...0.0.23