convert inline base64 attachments to s3 pointers via span processor#100
Open
Andrew Kent (realark) wants to merge 1 commit into
Open
convert inline base64 attachments to s3 pointers via span processor#100Andrew Kent (realark) wants to merge 1 commit into
Andrew Kent (realark) wants to merge 1 commit into
Conversation
b82bb65 to
f782ca3
Compare
9267811 to
a781c63
Compare
5fe29f2 to
1733366
Compare
1733366 to
8482efe
Compare
8482efe to
f7c1fae
Compare
64e870d to
1f4ee8d
Compare
adds attachment process to standard braintrust tracing - scan for base64 images in `braintrust.input_json` and `braintrust.output_json`: - for each image: - extract the base64 string - upload to s3 - replace base64 image with a pointer to the s3 image
1f4ee8d to
e796a27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds attachment process to standard braintrust tracing
braintrust.input_jsonandbraintrust.output_json: