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, printing State.keys() displays the values too, which makes it hardly usable when the state contains large objects (JSON responses, dataframes, embedding vectors; see picture)
This should be a simple fix by modifying the State.__str__() method. Be mindful of the difference between __str__ and __repr__ (reference)
The text was updated successfully, but these errors were encountered:
Currently, printing
State.keys()
displays the values too, which makes it hardly usable when the state contains large objects (JSON responses, dataframes, embedding vectors; see picture)This should be a simple fix by modifying the
State.__str__()
method. Be mindful of the difference between__str__
and__repr__
(reference)The text was updated successfully, but these errors were encountered: