Unexpected character in found when decoding object value

Just released Prodigy v1.10, which will now show an error if the content length exceeds 65535 characters for MySQL databases. This ensures that the database/peewee doesn't just silently store truncated examples. In v2, the constraint won't be a problem anymore, as we'll restructure the database and migrate to SQLAlchemy.

1 Like