Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add genai metrics endpoint in UI for model overview metrics (#2517) #2520

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

imatiach-msft
Copy link
Contributor

Description

Add genai metrics endpoint for generative text models in order to be able to compute model overview metrics such as fluency, grounded, etc and display them in the RAI dashboard.

Note the interface for the new endpoint is a List<Map<string, number>> (and in the cache a Map<string, Map<string, number>>), which is different from previous endpoints which had a list of Lists as the number of metrics can change depending on whether the user supplied the ground truth - the ground truth column is optional.

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft merged commit 84428aa into main Jan 30, 2024
60 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/add-genai-metrics-endpoint-merge branch January 30, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants