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
This can be thought of as a request for a chore rather than an issue.
Pydantic would simplify the first 150 lines of this section of code down to about 50 but more importantly, drop the number of places an author would need to touch when adding/modifying a field from 3 to 1.
There are also improvements to be expected in other use cases, like serialization and other downstream uses that make reference to this type.
This can be thought of as a request for a chore rather than an issue.
Pydantic would simplify the first 150 lines of this section of code down to about 50 but more importantly, drop the number of places an author would need to touch when adding/modifying a field from 3 to 1.
There are also improvements to be expected in other use cases, like serialization and other downstream uses that make reference to this type.
unstructured/unstructured/documents/elements.py
Lines 149 to 160 in 27fa2a3
The text was updated successfully, but these errors were encountered: