Bug Description
The output of run_evals for rag workflows displays run details in data_frame/dict format and that table only contains runs in COMPLETED state.
To Reproduce
Steps to reproduce the behavior:
- Go to any RAG workflow notebook
- Do run_evals, STOP one/many runs and print the output
- Observe the run details
Expected Behavior
All runs in STOPPED/COMPLETED states should be displayed in the table (except DELETED runs)
Screenshots
Environment
- OS: Ubuntu
- Python version: 3.12
- RapidFire AI version: 0.12.6
- Browser (if applicable):NA
Additional Context
NA
Error Logs
NA