Stijn D. moving your Phoenix questions here for vis:
i am writing a chatbot using llamaindex, and use phoenix tracebackcaller. but i am now also gathering feedback/scores from the users.
however, it is not clear to me how to add these comments to the relevant traces: how to lookup the trace and what to add where.
[1:28 AM] the feedback is float score and optional text
[1:29 AM] the closest relevant parts i found was the `
px.Client().log_evaluations(evals)
from the ragas-phoenix integration guide
[1:29 AM] but it's a slightly difference approach