-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(evals): return partial results when llm function is interrupted (#…
…1755) * feat(evals): return partial results when llm function is interrupted * Update src/phoenix/experimental/evals/functions/classify.py * Update src/phoenix/experimental/evals/functions/classify.py Co-authored-by: Roger Yang <[email protected]> * Update src/phoenix/experimental/evals/functions/classify.py Co-authored-by: Roger Yang <[email protected]> * refactor tqdm --------- Co-authored-by: Roger Yang <[email protected]>
- Loading branch information
1 parent
3f2b8f4
commit 1fb0849
Showing
5 changed files
with
180 additions
and
78 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
"NDJSON", | ||
"numpy", | ||
"openai", | ||
"openinference", | ||
"pydantic", | ||
"quickstart", | ||
"RERANKER", | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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