is there a way to show some metadata for each example in the experiment view, e.g.
Yes, Phoenix supports displaying metadata for each example in the experiment view. When you upload a dataset, you can specify metadata fields, and these are preserved and accessible in the experiment results, including in the UI and when exporting as a DataFrame. The experiment view allows you to see full metadata for each example, as recent updates have added the ability to view experiment metadata in full detail (changelog, PR #3686).To include metadata, ensure your dataset upload includes a metadata column, and Phoenix will propagate this to experiments. You can access this metadata in the UI or programmatically via the .as_dataframe() method on experiment or dataset objects (docs, example). Would you like more detail on how to upload or view metadata?Sources:
- Phoenix CHANGELOG.md
- PR: add the ability to view experiment metadata in full
- Llama Index Pairwise Eval Example
馃挕聽Hint: Mention RunLLM in the thread for followups.
to the examples, e.g. each example could have an ID, which can be used to inspect it more closely in other tools
the View metadata in the triple dot refers to the metadata of the experiment run, right?
then in such case,
for an exmple in an experiment, if the output doesn't match the reference, i'd like to understand
how to locate the ID of the example quickly?
oh i see, I can expand the input to see the metadata
Your use-case definitely makes sense. Does that provide what you needed?
