UpTrain is an open-source unified platform to evaluate and improve Generative AI applications. We provide grades for 20+ preconfigured checks (covering language, code, embedding use-cases), perform root cause analysis on failure cases and give insights on how to resolve them.
Describe the bug
When attempting to create a new project by entering all the necessary details, an error message is displayed, indicating an issue with running the evaluation. The error seems to stem from an internal binding error related to character encoding.
To Reproduce
Steps to reproduce the behavior:
Go to the 'New Project' creation page.
Enter all the required details into the project form.
Click on 'Create Project'.
The screen will be stuck on "Please wait while we process your data".
Open the console terminal and see the network tab. You can see the following error.
{
"detail": "Error running the evaluation: BindingsError: \"InternalError(TapeError) at character 0 ('ï')\""
}
Expected behavior
I expected the project to be created successfully without any errors after submitting the required details.
Screenshots
Additional context
The error message recieved
{
"detail": "Error running the evaluation: BindingsError: \"InternalError(TapeError) at character 0 ('ï')\""
}
Describe the bug When attempting to create a new project by entering all the necessary details, an error message is displayed, indicating an issue with running the evaluation. The error seems to stem from an internal binding error related to character encoding.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected the project to be created successfully without any errors after submitting the required details.
Screenshots
Additional context The error message recieved