For the complete documentation index, see llms.txt. This page is also available as Markdown.

File attachment

Overview

File attachments lets you upload files or URLs as part of your prompt inputs when interacting with the model. This feature enhances the prompting experience by providing additional context, data, or reference materials that the model can use to generate more accurate and relevant responses.

File attachments provide additional context or reference materials. Unlike the knowledge base or Retrieval-Augmented Generation (RAG), which send only relevant portions, all attached files are sent to the model for a more comprehensive input.

Get started

Our file attachment feature supports .png, .jpg, .jpeg, .webp, .gif, .pdf, .csv, and .txt formats. You can upload up to 5 files per prompt, with a maximum size of 50 MB each.

  1. Open your Sandbox and click the attach button on a prompt. You can attach files or URLs.

  2. After attaching a file, enter an additional prompt or leave it blank. Then, click Run selected.

Please note that the attached files and URLs will be visible to all workspace members and will remain accessible until deleted.

View or delete attachments

  1. To delete an attachment, hover over the item and click the X button.

  2. To view an attachment, click the item.

Last updated