Uploading transcript files is the fastest way to get conversation data into a Bigspin project. You can upload files when you first create a project, or add more transcripts to an existing project at any time. Bigspin supports several common file formats and parses them automatically so you don’t need to do any pre-processing before uploading.Documentation Index
Fetch the complete documentation index at: https://docs.bigspin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported file formats
Bigspin accepts the following formats:| Format | Extension |
|---|---|
| Comma-separated values | .csv |
| Tab-separated values | .tsv |
| JSON array or object | .json |
| JSON Lines (one object per line) | .jsonl |
| Apache Parquet | .parquet |
The maximum file size per upload is 500 MB. If your dataset exceeds this limit, split it into multiple files and upload them together — Bigspin accepts multiple files in a single upload.
Expected schemas
Bigspin is flexible about column and field naming, but each transcript must contain an identifier and the conversation content.- CSV / TSV
- JSON / JSONL
- Parquet
Each row in the file represents one transcript. The following columns are recognized:Required:
id— a unique identifier for the transcriptconversation(ormessages,turns, ortranscript) — the conversation content
name— a human-readable label for the transcripttimestamp(orstarted_atorcreated_at) — when the conversation took place (ISO 8601 format recommended)
How to upload transcripts
You can upload transcripts when creating a new project or from inside an existing project.During project creation
Drag and drop or browse for files
In the Upload transcripts section of the dialog, drag your files onto the drop zone, or click the drop zone to open a file picker.You can select multiple files at once. Files that fail validation (wrong format or over 500 MB) are rejected individually — valid files in the same selection are still added.
Review your file list
Each added file appears below the drop zone with its name and size. Click the × next to a file to remove it before submitting.
In an existing project
Click the import button
Inside the project, click the Upload or import button to open the file upload interface.
What happens after upload
Once you upload files, Bigspin:- Validates each file’s format and size
- Parses the transcripts according to the detected schema
- Ingests the conversations into your project
- Makes them available for analysis and reporting
Transcript Filters (with a connected data source)
If your workspace has a data source integration (such as LangSmith) connected, a Transcript Filters section appears in the Create Project dialog. Filters let you scope your project to only include transcripts whose metadata matches specific key/value criteria — for example, only traces tagged with a particular environment or user segment. As you add filter conditions, Bigspin shows a live preview count of how many transcripts currently match. Filters are applied at the subscription level and continue to be enforced on new traces as they sync in.Transcript Filters are only available when a data source integration is connected to your workspace. See Connect Data Sources for setup instructions.