{ "name": "Product Description Generator", "nodes": [ { "parameters": { "content": "Placeholder for Product Description Generator", "height": 530, "width": 1100, "color": 5 }, "id": "aba83af6-dd68-4125-bd8b-55630f59b564", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "typeVersion": 1, "position": [ -480, -240 ] }, { "parameters": { "httpMethod": "POST", "path": "product-description-generator" }, "id": "f851373d-dd54-4bce-972a-1398968ca069", "name": "Webhook Trigger", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [ -300, 0 ] }, { "parameters": { "chunkSize": 400, "chunkOverlap": 40 }, "id": "d1531f49-ac87-48e1-a688-f69bb10a73e6", "name": "Text Splitter", "type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter", "typeVersion": 1, "position": [ -130, 0 ] }, { "parameters": { "model": "embed-english-v3.0", "options": {} }, "id": "0ad45ad5-8974-40f1-86f5-59421210ff3f", "name": "Embeddings", "type": "@n8n/n8n-nodes-langchain.embeddingsCohere", "typeVersion": 1, "position": [ 70, 0 ], "credentials": { "cohereApi": { "id": "COHERE_API", "name": "Cohere" } } }, { "parameters": { "mode": "insert", "options": {}, "pineconeIndex": { "__rl": true, "value": "product_description_generator", "mode": "list", "cachedResultName": "product_description_generator" } }, "id": "31f8ea33-08ab-48bf-9ba8-128fcca18cd0", "name": "Pinecone Insert", "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone", "typeVersion": 1, "position": [ 270, 0 ], "credentials": { "pineconeApi": { "id": "PINECONE_API", "name": "Pinecone account" } } }, { "parameters": { "pineconeIndex": { "__rl": true, "value": "product_description_generator", "mode": "list", "cachedResultName": "product_description_generator" } }, "id": "08367e69-f4a4-4356-8e68-177579d2c37f", "name": "Pinecone Query", "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone", "typeVersion": 1, "position": [ 270, -180 ], "credentials": { "pineconeApi": { "id": "PINECONE_API", "name": "Pinecone account" } } }, { "parameters": { "name": "Pinecone", "description": "Vector context" }, "id": "e9fb324e-9a9f-4bc2-a3d7-19750231e9ca", "name": "Vector Tool", "type": "@n8n/n8n-nodes-langchain.toolVectorStore", "typeVersion": 1, "position": [ 450, -180 ] }, { "parameters": {}, "id": "6837df12-dca6-471e-854b-f5c0453740b7", "name": "Window Memory", "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", "typeVersion": 1.3, "position": [ 450, -40 ] }, { "parameters": { "options": {} }, "id": "70715d0b-bbab-4c95-9f02-a37039e9fdd9", "name": "Chat Model", "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic", "typeVersion": 1, "position": [ 450, -340 ], "credentials": { "anthropicApi": { "id": "ANTHROPIC_API", "name": "Anthropic" } } }, { "parameters": { "promptType": "define", "text": "Handle data", "options": { "systemMessage": "You are an assistant for Product Description Generator" } }, "id": "568f37df-7293-45bc-8f19-868573918e67", "name": "RAG Agent", "type": "@n8n/n8n-nodes-langchain.agent", "typeVersion": 1, "position": [ 720, -40 ] }, { "parameters": { "operation": "append", "documentId": { "__rl": true, "value": "SHEET_ID", "mode": "list", "cachedResultName": "Product Description Generator" }, "sheetName": { "__rl": true, "value": "Log", "mode": "list", "cachedResultName": "Log" }, "columns": { "mappingMode": "defineBelow", "value": "Status", "schema": [] } }, "id": "f40e613e-385f-4b63-b310-de69a545f867", "name": "Append Sheet", "type": "n8n-nodes-base.googleSheets", "typeVersion": 4, "position": [ 930, -40 ], "credentials": { "googleSheetsOAuth2Api": { "id": "SHEETS_API", "name": "Google Sheets account" } } }, { "parameters": { "channel": "#alerts", "text": "Product Description Generator error: {$json.error.message}" }, "id": "7e503aa0-7396-4f92-bf33-04189d66dee2", "name": "Slack Alert", "type": "n8n-nodes-base.slack", "typeVersion": 1, "position": [ 930, 120 ], "credentials": { "slackApi": { "id": "SLACK_API", "name": "Slack" } } } ], "connections": { "Webhook Trigger": { "main": [ [ { "node": "Text Splitter", "type": "main", "index": 0 }, { "node": "Window Memory", "type": "main", "index": 0 } ] ] }, "Text Splitter": { "main": [ [ { "node": "Embeddings", "type": "main", "index": 0 } ] ], "ai_textSplitter": [ [ { "node": "Pinecone Insert", "type": "ai_textSplitter", "index": 0 } ] ] }, "Embeddings": { "ai_embedding": [ [ { "node": "Pinecone Insert", "type": "ai_embedding", "index": 0 }, { "node": "Pinecone Query", "type": "ai_embedding", "index": 0 } ] ] }, "Pinecone Insert": { "ai_document": [ [] ] }, "Pinecone Query": { "ai_vectorStore": [ [ { "node": "Vector Tool", "type": "ai_vectorStore", "index": 0 } ] ] }, "Vector Tool": { "ai_tool": [ [ { "node": "RAG Agent", "type": "ai_tool", "index": 0 } ] ] }, "Window Memory": { "ai_memory": [ [ { "node": "RAG Agent", "type": "ai_memory", "index": 0 } ] ] }, "Chat Model": { "ai_languageModel": [ [ { "node": "RAG Agent", "type": "ai_languageModel", "index": 0 } ] ] }, "RAG Agent": { "main": [ [ { "node": "Append Sheet", "type": "main", "index": 0 } ] ], "onError": [ [ { "node": "Slack Alert", "type": "main", "index": 0 } ] ] } }, "settings": { "executionOrder": "v1" }, "triggerCount": 1 }