Yes. I am in n8n cloud…sorry I am a newb I should have specified.
I am in the Pro Plan. I have a Google Drive trigger download a .json file. Extract from File has been stopping due to Memory…however it did work this last execution.
type or paste code here{
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"value": "1H1cxYnor0LUNZww_bW67qsS-ankyHboQ",
"mode": "list",
"cachedResultName": "ai",
"cachedResultUrl": "https://drive.google.com/drive/folders/1H1cxYnor0LUNZww_bW67qsS-ankyHboQ"
},
"event": "fileCreated",
"options": {}
},
"type": "n8n-nodes-base.googleDriveTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "ba331996-f925-49ac-b754-4fa339d6bf00",
"name": "Google Drive Trigger",
"credentials": {
"googleDriveOAuth2Api": {
"id": "sK2dNTezPPYI3arM",
"name": "Google Drive account"
}
}
},
{
"parameters": {
"operation": "download",
"fileId": {
"__rl": true,
"value": "={{ $json.id }}",
"mode": "id"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
220,
0
],
"id": "b75a259b-951e-421d-9af4-20a76feb45d6",
"name": "Google Drive",
"credentials": {
"googleDriveOAuth2Api": {
"id": "sK2dNTezPPYI3arM",
"name": "Google Drive account"
}
}
},
{
"parameters": {
"mode": "insert",
"pineconeIndex": {
"__rl": true,
"value": "knowsys-openai-small",
"mode": "list",
"cachedResultName": "knowsys-openai-small"
},
"options": {
"pineconeNamespace": "handlers enhanced"
}
},
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
"typeVersion": 1.1,
"position": [
660,
0
],
"id": "08f8c554-6bcd-4083-ad3d-4b2ee456c8e6",
"name": "Pinecone Vector Store",
"credentials": {
"pineconeApi": {
"id": "fYUf6Ch140dZtTpf",
"name": "PineconeApi account"
}
}
},
{
"parameters": {
"operation": "fromJson",
"options": {}
},
"type": "n8n-nodes-base.extractFromFile",
"typeVersion": 1,
"position": [
440,
0
],
"id": "caf51d0f-a304-45f5-af07-6943637c40f7",
"name": "Extract from File"
}
],
"connections": {
"Google Drive Trigger": {
"main": [
[
{
"node": "Google Drive",
"type": "main",
"index": 0
}
]
]
},
"Google Drive": {
"main": [
[
{
"node": "Extract from File",
"type": "main",
"index": 0
}
]
]
},
"Extract from File": {
"main": [
[
{
"node": "Pinecone Vector Store",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "e7ce631bb95c0c51f0313a3fe4fac577d5c0f07c4ca48445d1f66d9affce09af"
}
}