I have a little POC in progress on phoenix. I am trying to tool up around a model of
f(x) = y where,
f is the prompt,
x is the input
y is the output.
from there, you can say _metric(f(x1), f(x2)) ,etc..
My concern is that phoenix doesn’t seem to have facility for tracking f data alongside the x and y data.
So my question is: what is everyone doing to examine the values of f e.g. the prompt template, its subdependencies, rag stuff, the LM model version used … everything that goes into configuring a LM prompt.