-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot save and load complete tracing records locally #4673
Comments
@Howie-Arup Thanks for reporting! Will take a look |
@Howie-Arup Thanks for the report. Is this occurring in the latest version of Phoenix? |
Thanks for reply @mikeldking @RogerHYang . I was using the below versions before:
And I upgraded to the below latest versions just now, but the problem still occurred.
|
We've released a fix in v4.35.2. Please check it out and let us know if you need anything else. Thanks again! |
Hi, I am using Phoenix locally to trace my LLM calls and save the tracing results. The codes are as below:
But the loaded record misses the
Input Messages
part which is more friendly for reading.Original result before saving:
Loaded result that misses the
Input Messages
part:How to save all the parts of the tracing record? Thanks!
The text was updated successfully, but these errors were encountered: