-
Notifications
You must be signed in to change notification settings - Fork 250
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
[Enhancement] Extend Backend to Support SDK base response version 3.0 for RAG Evaluators #2253
Merged
aybruhm
merged 12 commits into
feature/age-1285-inline-traces-update-sdk-to-return-baseresponse-version30
from
feature/age-1288-inline-traces-update-backend-to-use-baseresponse-version30
Nov 19, 2024
Merged
Conversation
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
…3.0 and improve nested value extraction - Added handling for version 3.0 response structure. - Introduced a helper function `get_nested_value` to safely retrieve nested values from dictionaries. - Updated trace latency calculation for version 3.0 with microsecond precision. - Enhanced handling of missing or unexpected fields in the response. - Ensured backward compatibility with version 2.0 and generic responses.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dosubot
bot
added
the
size:L
This PR changes 100-499 lines, ignoring generated files.
label
Nov 13, 2024
aybruhm
changed the base branch from
main
to
feature/age-1285-inline-traces-update-sdk-to-return-baseresponse-version30
November 13, 2024 17:13
dosubot
bot
added
enhancement
New feature or request
refactoring
size:M
This PR changes 30-99 lines, ignoring generated files.
and removed
size:L
This PR changes 100-499 lines, ignoring generated files.
labels
Nov 13, 2024
jp-agenta
reviewed
Nov 14, 2024
jp-agenta
reviewed
Nov 14, 2024
…eresponse-version30' into feature/age-1288-inline-traces-update-backend-to-use-baseresponse-version30
…eresponse-version30' into feature/age-1288-inline-traces-update-backend-to-use-baseresponse-version30
…d extract field values from trace trees for BaseResponse v3.0, with backward compatibility
dosubot
bot
added
size:XL
This PR changes 500-999 lines, ignoring generated files.
and removed
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Nov 17, 2024
aybruhm
changed the title
[Enhancement]: Extend extract_result_from_response to Support Version 3.0 and Improve Error Handling
[Enhancement] Extend Backend to Support SDK base response version 3.0 for RAG Evaluators
Nov 18, 2024
jp-agenta
approved these changes
Nov 18, 2024
…_inputs in map function
aybruhm
merged commit Nov 19, 2024
438b87f
into
feature/age-1285-inline-traces-update-sdk-to-return-baseresponse-version30
7 of 9 checks passed
aybruhm
deleted the
feature/age-1288-inline-traces-update-backend-to-use-baseresponse-version30
branch
November 19, 2024 14:07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
refactoring
size:XL
This PR changes 500-999 lines, ignoring generated files.
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.
Description
This PR extends the backend to support the SDK BaseResponse version 3.0 for RAG evaluators.
Related Issue
Closes AGE-1288