Skip to content
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

Faster Serialization #984

Merged
merged 7 commits into from
Oct 1, 2024
Merged

Faster Serialization #984

merged 7 commits into from
Oct 1, 2024

Conversation

hinthornw
Copy link
Collaborator

@hinthornw hinthornw commented Sep 6, 2024

  1. Stop serializing arbitrary python objects
  2. Stop recursing upon hitting unserializable object

This helps reduce overhead of tracing when you have large or unserializable content

1. Stop serializing arbitrary python objects
2. Stop recursing upon hitting unserializable object

This should help reduce overhead of tracing when you have large or unserializable content
@hinthornw hinthornw marked this pull request as ready for review September 6, 2024 23:52
python/langsmith/client.py Outdated Show resolved Hide resolved
@hinthornw hinthornw merged commit e696bbd into main Oct 1, 2024
8 of 9 checks passed
@hinthornw hinthornw deleted the wfh/faster_ser branch October 1, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants