Description
When running RAG experiments with Trackio tracking enabled, the experiment legends in the Trackio dashboard display confusing/redundant names like Pipeline 1_1, Pipeline 2_2, Pipeline 3_3, Pipeline 4_4 instead of simple identifiers like 1, 2, 3, 4.
Current Behavior
Legends display as:
Pipeline 1_1
Pipeline 2_2
Pipeline 3_3
Pipeline 4_4
Expected Behavior
Legends should display as:
Steps to Reproduce
- Run the RAG FiQA tutorial notebook with Trackio enabled: rf-colab-tutorial-rag-fiqa-trackio.ipynb
- Run the experiment.
- View the Trackio dashboard.
- Observe the legend labels in the metric charts.
Environment
- Commit:
3ff8daf9744cec55fc67318ba83f97b03ec67222 on main
- Reproducibility: Affects all RAG experiments tracked with Trackio
Additional Context
This is a UX improvement to make the dashboard legends cleaner and easier to read when comparing multiple pipeline configurations.
Screenshot

Description
When running RAG experiments with Trackio tracking enabled, the experiment legends in the Trackio dashboard display confusing/redundant names like
Pipeline 1_1,Pipeline 2_2,Pipeline 3_3,Pipeline 4_4instead of simple identifiers like1,2,3,4.Current Behavior
Legends display as:
Pipeline 1_1Pipeline 2_2Pipeline 3_3Pipeline 4_4Expected Behavior
Legends should display as:
1234Steps to Reproduce
Environment
3ff8daf9744cec55fc67318ba83f97b03ec67222onmainAdditional Context
This is a UX improvement to make the dashboard legends cleaner and easier to read when comparing multiple pipeline configurations.
Screenshot