{ "name": "Price Update Google Sheet", "nodes": [ { "parameters": { "content": "Automated workflow: Price Update Google Sheet", "height": 530, "width": 1100, "color": 5 }, "id": "f3d6c335-fb6d-4c4a-8ac0-ccb129e29942", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "typeVersion": 1, "position": [ -480, -240 ] }, { "parameters": { "httpMethod": "POST", "path": "price-update-google-sheet" }, "id": "f94f069c-11c3-4281-8363-6143ab7d8337", "name": "Webhook Trigger", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [ -300, 0 ] }, { "parameters": { "chunkSize": 400, "chunkOverlap": 40 }, "id": "be6adfed-ae72-4bf6-ab77-932134c3c357", "name": "Text Splitter", "type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter", "typeVersion": 1, "position": [ -130, 0 ] }, { "parameters": { "model": "embed-english-v3.0", "options": {} }, "id": "34dd45c7-5971-4417-922e-861b45772f9e", "name": "Embeddings", "type": "@n8n/n8n-nodes-langchain.embeddingsCohere", "typeVersion": 1, "position": [ 70, 0 ], "credentials": { "cohereApi": { "id": "COHERE_API", "name": "Cohere" } } }, { "parameters": { "mode": "insert", "options": {}, "indexName": "price_update_google_sheet" }, "id": "d9a146d9-c5ff-42b3-a92f-65385c6cb8c4", "name": "Weaviate Insert", "type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate", "typeVersion": 1, "position": [ 270, 0 ], "credentials": { "weaviateApi": { "id": "WEAVIATE_API", "name": "Weaviate account" } } }, { "parameters": { "indexName": "price_update_google_sheet" }, "id": "7e074789-1e7e-4285-9a25-ec3915715115", "name": "Weaviate Query", "type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate", "typeVersion": 1, "position": [ 270, -180 ], "credentials": { "weaviateApi": { "id": "WEAVIATE_API", "name": "Weaviate account" } } }, { "parameters": { "name": "Weaviate", "description": "Vector context" }, "id": "4c5a9833-b4da-47db-825e-27ec760c2ef3", "name": "Vector Tool", "type": "@n8n/n8n-nodes-langchain.toolVectorStore", "typeVersion": 1, "position": [ 450, -180 ] }, { "parameters": {}, "id": "3abb71e4-2a79-4072-8bef-64eea7d0718b", "name": "Window Memory", "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", "typeVersion": 1.3, "position": [ 450, -40 ] }, { "parameters": { "options": {} }, "id": "67055632-9263-459a-acf9-a578009611d6", "name": "Chat Model", "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", "typeVersion": 1, "position": [ 450, -340 ], "credentials": { "openAiApi": { "id": "OPENAI_API", "name": "OpenAI" } } }, { "parameters": { "promptType": "define", "text": "Process the following data for task 'Price Update Google Sheet':\n\n{{ $json }}", "options": { "systemMessage": "You are an assistant for Price Update Google Sheet" } }, "id": "196fb37e-f887-4265-a5ee-a688df670ce0", "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": "Price Update Google Sheet" }, "sheetName": { "__rl": true, "value": "Log", "mode": "list", "cachedResultName": "Log" }, "columns": { "mappingMode": "defineBelow", "value": { "Status": "={{$json[\"RAG Agent\"].text}}" }, "schema": [] } }, "id": "2bf8dbc5-1f61-4be9-b422-b422509cf571", "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": "Price Update Google Sheet error: {$json.error.message}" }, "id": "bd2a2057-11a1-4297-b119-8926dd9e3716", "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": "Weaviate Insert", "type": "ai_textSplitter", "index": 0 } ] ] }, "Embeddings": { "ai_embedding": [ [ { "node": "Weaviate Insert", "type": "ai_embedding", "index": 0 }, { "node": "Weaviate Query", "type": "ai_embedding", "index": 0 } ] ] }, "Weaviate Insert": { "ai_document": [ [] ] }, "Weaviate 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 }