{ "name": "Habit Form Weekly Summary", "nodes": [ { "parameters": { "content": "Automated workflow: Habit Form Weekly Summary", "height": 530, "width": 1100, "color": 5 }, "id": "7b944cd3-60b2-41b7-b889-5b024ced0c89", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "typeVersion": 1, "position": [ -480, -240 ] }, { "parameters": { "httpMethod": "POST", "path": "habit-form-weekly-summary" }, "id": "ac0c36ba-43c3-489a-9a4c-c86a7d639a1f", "name": "Webhook Trigger", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [ -300, 0 ] }, { "parameters": { "chunkSize": 400, "chunkOverlap": 40 }, "id": "4fbb3ced-45ca-421b-b317-48d64e758d12", "name": "Text Splitter", "type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter", "typeVersion": 1, "position": [ -130, 0 ] }, { "parameters": { "model": "text-embedding-3-small", "options": {} }, "id": "42114436-997f-4fb9-beeb-de2ca3488fdb", "name": "Embeddings", "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi", "typeVersion": 1, "position": [ 70, 0 ], "credentials": { "openAiApi": { "id": "OPENAI_API", "name": "OpenAI" } } }, { "parameters": { "mode": "insert", "options": {}, "indexName": "habit_form_weekly_summary" }, "id": "0722c641-3b7a-40ad-8983-5b8ecfa389b2", "name": "Supabase Insert", "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase", "typeVersion": 1, "position": [ 270, 0 ], "credentials": { "supabaseApi": { "id": "SUPABASE_API", "name": "Supabase account" } } }, { "parameters": { "indexName": "habit_form_weekly_summary" }, "id": "07be59f8-c6ef-4bc2-a526-7b6e9b36c5ec", "name": "Supabase Query", "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase", "typeVersion": 1, "position": [ 270, -180 ], "credentials": { "supabaseApi": { "id": "SUPABASE_API", "name": "Supabase account" } } }, { "parameters": { "name": "Supabase", "description": "Vector context" }, "id": "f84a5cf4-06ed-461f-a1ef-d793e742590a", "name": "Vector Tool", "type": "@n8n/n8n-nodes-langchain.toolVectorStore", "typeVersion": 1, "position": [ 450, -180 ] }, { "parameters": {}, "id": "032e9fb8-fe54-4280-b0d1-d52f6c90e9e2", "name": "Window Memory", "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", "typeVersion": 1.3, "position": [ 450, -40 ] }, { "parameters": { "options": {} }, "id": "94ce5622-db58-490e-8f7a-add3e0864617", "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 'Habit Form Weekly Summary':\n\n{{ $json }}", "options": { "systemMessage": "You are an assistant for Habit Form Weekly Summary" } }, "id": "4ebafa38-6715-4530-a9d0-346a1cbb2603", "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": "Habit Form Weekly Summary" }, "sheetName": { "__rl": true, "value": "Log", "mode": "list", "cachedResultName": "Log" }, "columns": { "mappingMode": "defineBelow", "value": { "Status": "={{$json[\"RAG Agent\"].text}}" }, "schema": [] } }, "id": "366ff844-9210-4681-be50-f3022b5dfe48", "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": "Habit Form Weekly Summary error: {$json.error.message}" }, "id": "c3009b9c-07ab-48ec-a6fc-f9ced5717941", "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": "Supabase Insert", "type": "ai_textSplitter", "index": 0 } ] ] }, "Embeddings": { "ai_embedding": [ [ { "node": "Supabase Insert", "type": "ai_embedding", "index": 0 }, { "node": "Supabase Query", "type": "ai_embedding", "index": 0 } ] ] }, "Supabase Insert": { "ai_document": [ [] ] }, "Supabase 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 }