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
Currently, we decode a bytestream using json.load in serializers.py. It would be better to have this directly done by Pydantic, to avoid constructing a Python dictionary.
Query engine
None
The text was updated successfully, but these errors were encountered:
Feature Request / Improvement
Currently, we decode a bytestream using
json.load
inserializers.py
. It would be better to have this directly done by Pydantic, to avoid constructing a Python dictionary.Query engine
None
The text was updated successfully, but these errors were encountered: