evidentlyai / evidently

Evidently is ​​an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.
https://www.evidentlyai.com/evidently-oss
Apache License 2.0
5.46k stars 603 forks source link

added JSONMatch Descriptor #1337

Closed ramachaitanya0 closed 1 month ago

ramachaitanya0 commented 1 month ago

This Change Adds JSONMatch Descriptor ( #1315) which compares two columns of a dataframe and checks whether the two objects in each row of the dataframe are matching JSON's or not.

emeli-dral commented 1 month ago

Hey @ramachaitanya0, Thanks for adding the changes! Everything looks good to me.

Could you please also add the new descriptor to the list of descriptors under the TextEvals on the documentation page? Once that’s done, we’ll be ready to proceed with the merge.

ramachaitanya0 commented 1 month ago

Hi Emeli, How can i edit the document ?

emeli-dral commented 1 month ago

Hi Emeli, How can i edit the document ?

@ramachaitanya0 the document is located in the same repository here: all-metrics.md#text-evals.

Feel free to use the other descriptors as a reference! :)