Getting in to another problem, trying to log llmevaluation results using client.log_evaluations() but getting "422 Unprocessable Entity".
My setup:
Phoenix server: 11.32.1 (Docker)
DataFrame format I'm trying:
python
pd.DataFrame({
'span_id': ['946bd4893035eb92'],
'name': ['Tool Usage Evaluation'],
'label': ['correct'],
'score': [1.0],
'explanation': ['Test evaluation']
})What's the correct DataFrame schema for log_evaluations() in Phoenix 11.32.1?