-
Notifications
You must be signed in to change notification settings - Fork 763
Migrate searchEvaluationRuns #5136
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b05ed9a to
b70af49
Compare
51397f3 to
c77307a
Compare
5b494bf to
2d415e1
Compare
b70af49 to
bd8d235
Compare
bd8d235 to
be07d05
Compare
Base automatically changed from
sl/migrate-count-datapoints-for-evaluations
to
main
December 17, 2025 03:43
be07d05 to
eda13aa
Compare
Merge activity
|
virajmehta
previously approved these changes
Dec 17, 2025
eda13aa to
82ef49b
Compare
Member
Author
|
Conflicts fixed |
virajmehta
approved these changes
Dec 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/internal/evaluations/runs/searchto search evaluation runs by ID or variant nameImportant
Add
/internal/evaluations/runs/searchendpoint to search evaluation runs by ID or variant name, with backend and frontend support.search_evaluation_runs_handlerinsearch_runs.rsto handle/internal/evaluations/runs/searchendpoint.search_evaluation_runsinevaluation_queries.rsto query evaluation runs by ID or variant name.EvaluationRunSearchResultstruct inevaluation_queries.rsfor deserializing search results.EvalRunSelector.tsxto useSearchEvaluationRunResultfor displaying search results.route.tsto callsearchEvaluationRunsfromTensorZeroClient.EvaluationRunBadge.tsxto useSearchEvaluationRunResult.SearchEvaluationRunResultandSearchEvaluationRunsResponsetypes inSearchEvaluationRunResult.tsandSearchEvaluationRunsResponse.ts.search_evaluation_runsinevaluation_queries.rsandsearch_runs.rs.This description was created by
for 82ef49b. You can customize this summary. It will automatically update as commits are pushed.