Spaces:
Sleeping
Sleeping
| { | |
| "name": "Auto-Sync Connector Docs to Dedicated Supabase DB", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "rule": { "interval": [{ "field": "days" }] } | |
| }, | |
| "name": "Daily Trigger", | |
| "type": "n8n-nodes-base.scheduleTrigger", | |
| "typeVersion": 1, | |
| "position": [250, 300] | |
| }, | |
| { | |
| "parameters": { | |
| "url": "={{$json.connectorDocsUrl}}" | |
| }, | |
| "name": "Scrape Official Docs", | |
| "type": "n8n-nodes-base.httpRequest", | |
| "typeVersion": 4.1, | |
| "position": [450, 300] | |
| }, | |
| { | |
| "parameters": { | |
| "tableName": "connector_knowledge_vectors", | |
| "operation": "upsert" | |
| }, | |
| "name": "Supabase Vector Store (Dedicated DB)", | |
| "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase", | |
| "typeVersion": 1, | |
| "position": [650, 300] | |
| } | |
| ], | |
| "connections": { | |
| "Daily Trigger": { "main": [ [ { "node": "Scrape Official Docs", "type": "main", "index": 0 } ] ] }, | |
| "Scrape Official Docs": { "main": [ [ { "node": "Supabase Vector Store (Dedicated DB)", "type": "main", "index": 0 } ] ] } | |
| }, | |
| "active": false, | |
| "settings": {} | |
| } | |