Pinecone node is not outputing

Describe the problem/error/question

What is the error message (if any)? There is no error message. It just runs and seems to be doing this with a lot of my workflows. These are n8n hosted.

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node{

“nodes”: [
{
“parameters”: {
“pollTimes”: {
“item”: [
{
“mode”: “everyMinute”
}
]
},
“triggerOn”: “specificFolder”,
“folderToWatch”: {
“__rl”: true,
“value”: “15PbEh0P-dtLcg0ynmXZ7-IuOfrzoWpkX”,
“mode”: “list”,
“cachedResultName”: “FAQ”,
“cachedResultUrl”: “https://drive.google.com/drive/folders/15PbEh0P-dtLcg0ynmXZ7-IuOfrzoWpkX
},
“event”: “fileCreated”,
“options”: {}
},
“type”: “n8n-nodes-base.googleDriveTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “ea26add1-a92a-4bf2-ab4d-b460c0a154e7”,
“name”: “Google Drive Trigger”,
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “xaggDMsUyPpT1NaW”,
“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”: “96bac141-09fe-4432-92c1-4f2ca8484bdb”,
“name”: “Download file”,
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “xaggDMsUyPpT1NaW”,
“name”: “Google Drive account”
}
}
},
{
“parameters”: {
“mode”: “insert”,
“pineconeIndex”: {
“__rl”: true,
“value”: “test”,
“mode”: “list”,
“cachedResultName”: “test”
},
“options”: {
“pineconeNamespace”: “FAQ”
}
},
“type”: “@n8n/n8n-nodes-langchain.vectorStorePinecone”,
“typeVersion”: 1.3,
“position”: [
440,
0
],
“id”: “75c7b4d7-0fd2-4811-be1b-988955d45ecb”,
“name”: “Pinecone Vector Store”,
“credentials”: {
“pineconeApi”: {
“id”: “vmE5GOG0CJpsLvgU”,
“name”: “PineconeApi account”
}
}
},
{
“parameters”: {
“options”: {}
},
“type”: “@n8n/n8n-nodes-langchain.embeddingsOpenAi”,
“typeVersion”: 1.2,
“position”: [
380,
220
],
“id”: “add3f9a3-f4c3-489c-9f7d-718d67dca70e”,
“name”: “Embeddings OpenAI”,
“credentials”: {
“openAiApi”: {
“id”: “mN8KbMIKrH9AotzJ”,
“name”: “n8n free OpenAI API credits”
}
}
},
{
“parameters”: {
“dataType”: “binary”,
“textSplittingMode”: “custom”,
“options”: {}
},
“type”: “@n8n/n8n-nodes-langchain.documentDefaultDataLoader”,
“typeVersion”: 1.1,
“position”: [
560,
220
],
“id”: “8137fb57-2cee-461a-8a80-8f94de3edc95”,
“name”: “Default Data Loader”
},
{
“parameters”: {
“options”: {}
},
“type”: “@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter”,
“typeVersion”: 1,
“position”: [
680,
340
],
“id”: “1eb08d97-be09-4b6c-b93f-8c6f8e1c2b61”,
“name”: “Recursive Character Text Splitter”
}
],
“connections”: {
“Google Drive Trigger”: {
“main”: [
[
{
“node”: “Download file”,
“type”: “main”,
“index”: 0
}
]
]
},
“Download file”: {
“main”: [
[
{
“node”: “Pinecone Vector Store”,
“type”: “main”,
“index”: 0
}
]
]
},
“Embeddings OpenAI”: {
“ai_embedding”: [
[
{
“node”: “Pinecone Vector Store”,
“type”: “ai_embedding”,
“index”: 0
}
]
]
},
“Default Data Loader”: {
“ai_document”: [
[
{
“node”: “Pinecone Vector Store”,
“type”: “ai_document”,
“index”: 0
}
]
]
},
“Recursive Character Text Splitter”: {
“ai_textSplitter”: [
[
{
“node”: “Default Data Loader”,
“type”: “ai_textSplitter”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “c89810f7b8f8da761f6bddd3be5e829a37ecbf0ae47454189c5e1cbe36bd85dd”
}
}

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.