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
raise exc File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app await app(scope, receive, sender) File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/routing.py", line 72, in app response = await func(request) ^^^^^^^^^^^^^^^^^^^ File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 296, in app content = await serialize_response( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 155, in serialize_response raise ResponseValidationError( fastapi.exceptions.ResponseValidationError: 2 validation errors: {'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 0, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None} {'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 1, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}
The text was updated successfully, but these errors were encountered:
Unfortunately after this error happens, the ell-studio database or something in logdir becomes compromised.
Sorry, something went wrong.
No branches or pull requests
raise exc
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
await app(scope, receive, sender)
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/routing.py", line 72, in app
response = await func(request)
^^^^^^^^^^^^^^^^^^^
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 296, in app
content = await serialize_response(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 155, in serialize_response
raise ResponseValidationError(
fastapi.exceptions.ResponseValidationError: 2 validation errors:
{'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 0, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}
{'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 1, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}
The text was updated successfully, but these errors were encountered: