Introducing Annotations in Phoenix for Enhanced Application Tracking
π£ Announcingβ¦ Annotations in Phoenix! Weβve long supported adding evaluations to spans in Phoenix, but weβve found this doesnβt always cover the use cases we see in the community. Maybe you want to mark a particular run of your application to use for few-shot prompting. Or maybe youβre adding in a π π user feedback system that you need to track. Thatβs why weβve added annotations to the Phoenix platform. Annotations can be logged via UI or API, and allow you to add custom labels to your spans and traces. Use annotations to:
π Collect human feedback on your application responses
π·οΈ Tag the best (or worst) runs of your application
π Build datasets based on annotations to power few-shot prompting or fine-tuning
To see how to set up annotations, check out our latest blog post: https://arize.com/blog/how-to-use-annotations-to-collect-human-feedback-on-your-llm-application/ Or jump straight into the docs: https://docs.arize.com/phoenix/tracing/concepts-tracing/how-to-annotate-traces
