Bulk Import Promo

· Source: Blog | Pinecone · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Cloud Computing & IT Infrastructure · Depth: Intermediate, short

Summary

Pinecone has significantly updated its bulk import feature, making it free for up to 1 TB starting June 1, 2026. Standard and Enterprise plans automatically receive a \$250 credit, and costs beyond 1 TB have dropped 75% to \$0.25/GB from the previous \$1/GB. This bulk import method is the fastest way to load large datasets, bypassing the standard write path by reading directly from object storage into the index builder, ensuring efficient index population. A single terabyte can accommodate approximately 130 million records at 1024 dimensions with typical metadata, suitable for substantial evaluation corpora, semantic search prototypes, or seeding production indexes. However, it does not support indexes with schema definitions, such as full-text search or integrated embedding indexes.

Key takeaway

For AI Engineers or Data Scientists managing large vector datasets, Pinecone's updated bulk import significantly reduces the cost and complexity of initial data loading. If you are setting up new vector search applications or expanding existing ones, you can now import up to 1 TB of data for free, accelerating prototype development and production seeding. Consider structuring your data as Parquet files in object storage, partitioned by namespace, to leverage this efficient, high-volume ingestion method.

Key insights

Pinecone's bulk import now offers free 1 TB data loading and faster, more cost-effective large-scale vector index population.

Principles

Method

Convert raw data to embeddings, write as Parquet files to object storage (S3, GCS, Azure Blob Storage) partitioned by namespace, then initiate import via `index.start_import()`.

In practice

Topics

Code references

Best for: Machine Learning Engineer, AI Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Blog | Pinecone.