uptrain-ai / uptrain

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.
https://uptrain.ai/
Apache License 2.0
2.2k stars 188 forks source link

Issue Creating new project #697

Open chiragksharma opened 6 months ago

chiragksharma commented 6 months ago

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:

  1. Go to the 'New Project' creation page.
  2. Enter all the required details into the project form.
  3. Click on 'Create Project'.
  4. The screen will be stuck on "Please wait while we process your data".
  5. 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

image image

Additional context The error message recieved

{
    "detail": "Error running the evaluation: BindingsError: \"InternalError(TapeError) at character 0 ('ï')\""
}
marianodo commented 2 months ago

Hi! Could you fix this issue? I'm having the same error and I can't load any dataset

chiragksharma commented 2 months ago

hey @marianodo sorry but i stopped working on this you can ask @vipgupta or other repository admins