llama-stack/llama_stack/distribution/ui/page/distribution
Xi Yan c1d18283d2
feat(eval api): (2.2/n) delete eval / scoring / scoring_fn apis (#1700)
# What does this PR do?
- To make it easier, delete existing `eval/scoring/scoring_function`
apis. There will be a bunch of broken impls here. The sequence is:
1. migrate benchmark graders
2. clean up existing scoring functions

- Add a skeleton evaluation impl to make tests pass. 

## Test Plan
tested in following PRs

[//]: # (## Documentation)
2025-03-19 11:04:23 -07:00
..
datasets.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00
eval_tasks.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00
models.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00
providers.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00
resources.py feat(eval api): (2.2/n) delete eval / scoring / scoring_fn apis (#1700) 2025-03-19 11:04:23 -07:00
scoring_functions.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00
shields.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00
vector_dbs.py fix: Fixed import errors for UI and playground (#1666) 2025-03-18 15:00:48 -07:00