We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using a python AWS lambda function to run evaluations using Bedrock, with model Claude 3.5 sonnet and Uptrain version 0.7.1.
I'm getting an "Error when processing payload" error when trying to run evaluations, depending on the data processed.
Steps to reproduce the behavior:
Create a lambda function using python 3.11 Install uptrain Use bedrock to run a factual accuracy evaluation See error
uptrain.operators.language.response_quality:evaluate_local:499 - Error when processing payload at index 0: None\n
The text was updated successfully, but these errors were encountered:
It is still reproducible, any workaround on this?
Sorry, something went wrong.
No branches or pull requests
I'm using a python AWS lambda function to run evaluations using Bedrock, with model Claude 3.5 sonnet and Uptrain version 0.7.1.
I'm getting an "Error when processing payload" error when trying to run evaluations, depending on the data processed.
Steps to reproduce the behavior:
Create a lambda function using python 3.11
Install uptrain
Use bedrock to run a factual accuracy evaluation
See error
uptrain.operators.language.response_quality:evaluate_local:499 - Error when processing payload at index 0: None\n
The text was updated successfully, but these errors were encountered: