You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm unable to pull the spans that never been evaluated from Phoenix. In the UI or python if I filter by evals['qa_evaluator'].label is not None it will return the one that are correctly evaluated, but if I do evals['qa_evaluator'].label is None it doesn't return the spans that are not evaluated. How can I retrieve the spans that have never been evaluated, I currently can only retrieve the one that have been evaluated, I could do a script filtering but that won't be optimal.
Thanks for looking at this
To Reproduce
Steps to reproduce the behavior:
Add a few examples of QAConversation chain
Log evaluation for some of them
Try to filter by evals['qa_evaluator'].label is None px.Client().get_spans_dataframe("evals['qa_evaluator'].label is None ")
Expected behavior
Return the spans that never been evaluated.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm unable to pull the spans that never been evaluated from Phoenix. In the UI or python if I filter by evals['qa_evaluator'].label is not None it will return the one that are correctly evaluated, but if I do evals['qa_evaluator'].label is None it doesn't return the spans that are not evaluated. How can I retrieve the spans that have never been evaluated, I currently can only retrieve the one that have been evaluated, I could do a script filtering but that won't be optimal.
Thanks for looking at this
To Reproduce
Steps to reproduce the behavior:
evals['qa_evaluator'].label is None
px.Client().get_spans_dataframe("evals['qa_evaluator'].label is None ")
Expected behavior
Return the spans that never been evaluated.
Screenshots
The text was updated successfully, but these errors were encountered: