Douglas Blank
Douglas Blank
@hermesdt thank you for reporting this issue. We'll take a look.
This feature was not included in original import/export. See comment here: https://github.com/comet-ml/opik/pull/3630#discussion_r2430248039 CC: @alexkuzmik
@SrBliss, that is a great idea! I'll see if we can add that to the Opik roadmap.
This has been added as issue OPIK-967
Am I missing something, or would this be a good way to monitor the MIPRO processing?
I don't understand. It seems like this simple example just doesn't work. It seems to be a problem with the signature and trying to pass the keyword arg to the...
Thank you @okhat and @abhichennupati for the explanation. As a tutorial, it would be useful to state how the simple model could fail (although part of the motivation of the...
@okhat Thanks for the hints! I used the `dspy.inspect_history(n=5)` (which IMO should be part of the tutorial). Very useful.
Oh, that sounds like a great idea! I'll take a look at the JSON format and switch to that. Should work even better with the SQL JSON_EXTRACT().
Making some progress. Turns out, the serialized format had leaked into many other places, probably for speed. Probably good candidates for business logic.