You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running batchable services and ran into the issue of having several (incompatible for numpy arrays) model outputs, so I wrapped them in a pydantic model and that in a list, this works, but the swagger documentation gives me an error:
Errors
Resolver error at paths./test.post.responses.200.content.application/json.schema.items.$ref
Could not resolve reference: Could not resolve pointer: /components/schemas/Output does not exist in document
Describe the bug
I was running batchable services and ran into the issue of having several (incompatible for numpy arrays) model outputs, so I wrapped them in a pydantic model and that in a list, this works, but the swagger documentation gives me an error:
To reproduce
Code to reproduce docs:
test.py
Expected behavior
No response
Environment
Environment variable
System information
bentoml
: 1.2.14python
: 3.10.12platform
: Linux-6.5.0-25-generic-x86_64-with-glibc2.35uid_gid
: 1000:1000pip_packages
The text was updated successfully, but these errors were encountered: