Newbie. Sorry if I missed it in the docs. How can I retrieve annotation explanations in phoenix?
I'd like to be able to show for each span it's eval name, label, score, explanation as well as human annotations, but I don't see where this lives.
For instance if I am pulling down spans of interest like in the code below:
spans_df = client.get_spans_dataframe("evals['Q&A Correctness'].label == 'incorrect'")
Appreciate the help in advance :)