Logging with attachments
AI applications are increasingly expanding beyond text input and output to accept and generate images, audio, video, and more. At Braintrust, we are committed to supporting these advanced capabilities. Today, we’re excited to share that you can now upload, download, and contextually view attachments in Braintrust.
Until today, you could log text, structured data, and images (base64 or URLs) to Braintrust. Now, you can upload any type of binary attachment. Once the upload is complete, you can view images, audio, video, and PDF files right inside your traces.
Uploading an attachment
To upload an attachment, create a new Attachment
object to represent the file path or in-memory buffer that you want to upload:
You can place the Attachment
anywhere in a log, dataset, or feedback log.
Behind the scenes, the Braintrust SDK automatically detects and uploads attachments in the background, in parallel to the original logs. This ensures that the latency of your logs isn’t affected by any additional processing.
Your files are securely stored in an object store and associated with the uploading user’s organization. Only you can access your attachments.
Viewing an attachment in a trace
If your trace has any attachments, they show up as an additional list under the data viewer in the trace pane. You can preview most images, audio files, videos, or PDFs in the Braintrust UI. You can also download any file to view it locally.
What’s next
Uploading, downloading, and viewing attachments not only simplifies debugging, but also provides observability for multimodal and complex applications. You can use it to log:
- The user’s input images to multimodal models like GPT-4o and Claude 3.
- Input and output audio from a speech-to-speech model such as GPT-4o Audio Preview.
- Raw documents, including PDFs, text files, Word documents, and spreadsheets, before your application processes them into a model input.
Try out attachments today and let us know what you think. And if you have strong opinions on how complex evals should be implemented, come work with us.