Block 1 - Parameters
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
Who’s it for This workflow is designed for developers, data engineers, and AI teams who need to migrate a Pinecone Cloud index into a Weaviate Cloud class index without recalculating the vectors (e...
n8n-nodes-base.set, n8n-nodes-base.airtable, n8n-nodes-base.noop, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Br1.
Original n8n.io sourceThis workflow is designed for developers, data engineers, and AI teams who need to migrate a Pinecone Cloud index into a Weaviate Cloud class index without recalculating the vectors (embeddings).
It’s especially useful if you are consolidating vector databases, moving from Pinecone to Weaviate for hybrid search, or preparing to deprecate Pinecone.
⚠️ Note: The dimensions of the two indexes must match.
The workflow automates migration by batching, formatting, and transferring vectors along with their metadata:
INIT (Name=INIT, Number=0). /vectors/list, resuming from the last stored token. /vectors/fetch. Prepare Fetch Body and Format2Weaviate) are included to correctly structure the body of each HTTP request and map metadata into Weaviate-compatible objects. Airtable setup
Cycle) and a Table (e.g., NextPage). Name (text) → stores the pagination token. Number (number) → stores the row ID to update.INIT, 0).Source and target configuration
| Parameter | Description | Example Value |
|---|---|---|
| pineconeIndex | The name of your Pinecone index to read vectors from. | my-index |
| pineconeNamespace | The namespace inside the Pinecone index (leave empty if unused). | default |
| batchlimit | Number of records fetched per iteration. Higher = faster migration but heavier API calls. | 100 |
| weaviateCluster | REST endpoint of your Weaviate Cloud instance. | https://dbbqrc9itXXXXXXXXX.c0.europe-west3.gcp.weaviate.cloud |
| weaviateClass | Target class name in Weaviate where objects will be inserted. | MyClass |
Credentials
Activate
Format2Weaviate Code node if you want to change or expand the metadata stored. This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Migrate Pinecone index to Weaviate class with Airtable pagination |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Engineering, AI RAG |
| Author | Br1 |
| Published | 10 Sept 2025 |
Use the JSON export at /data/workflows/8445/8445.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who’s it for This workflow is designed for developers, data engineers, and AI teams who need to migrate a Pinecone Cloud index into a Weaviate Cloud class index without recalculating the vectors (e...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI RAG use case.