Bulk Import Promo
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
- Direct object storage reads optimize large data loads.
- Cost-efficiency improves with scale for vector database imports.
- Asynchronous import jobs handle large datasets efficiently.
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
- Load 130M records (1024D) for semantic search prototypes.
- Seed production indexes with up to 1 TB of vector data.
- Use "multilingual-e5-large" for 1024-dimensional embeddings.
Topics
- Pinecone
- Vector Databases
- Bulk Data Import
- Semantic Search
- Embeddings
- Object Storage
Code references
Best for: Machine Learning Engineer, AI Engineer, Data Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Blog | Pinecone.