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
No. I can't contribute a fix for this bug at this time.
What component(s) are affected?
Python SDK
Opik UI
Opik Server
Documentation
Opik version
Opik version: 1.0.3
Describe the problem
Sometimes when I log data, the data is rendered nicely when viewing it using the YAML formatter and new line characters are rendered using new lines. However sometimes the input is displayed as a string and not formatted in an easy to read manner. This seems related to some special characters like \r or \t
This is an issue with the underlying library we are using, we patched it for \t last week: https://github.com/comet-ml/opik/pull/476/files. Seems like there is a similar issue with other characters as well. We will look at adding support for common "special characters": \t, \n, \r, \v, \f and \b
Willingness to contribute
No. I can't contribute a fix for this bug at this time.
What component(s) are affected?
Opik version
Describe the problem
Sometimes when I log data, the data is rendered nicely when viewing it using the YAML formatter and new line characters are rendered using new lines. However sometimes the input is displayed as a string and not formatted in an easy to read manner. This seems related to some special characters like
\r
or\t
Reproduction steps
The text was updated successfully, but these errors were encountered: