Closed jverre closed 5 days ago
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
@ferc Can you take a look
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