Skip to main content

Get a dataset


List datasets


Export

dataset.export(format) returns a Uint8Array. Write it to disk with fs.writeFile:
Supported formats: "json" | "jsonl" | "csv" | "parquet" | "md" | "xml" | "xlsx" | "rag"

Export directly to S3

Push a dataset to a connected S3/GCS/Azure bucket without downloading it first:

Semantic indexing

Available on Pro and Enterprise plans.
Index a dataset for semantic search:
Then search across indexed datasets:

Dataset fields