AutomationFlowsAI & RAG › Securevector - Parallel Analysis

Securevector - Parallel Analysis

SecureVector - Parallel Analysis. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 5 nodes.

Event trigger★★★★☆ complexityAI-powered5 nodesN8N Nodes SecurevectorOpenAI
AI & RAG Trigger: Event Nodes: 5 Complexity: ★★★★☆ AI nodes: yes Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "SecureVector - Parallel Analysis",
  "nodes": [
    {
      "parameters": {},
      "id": "start",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "operation": "scanPrompt",
        "prompt": "={{ $json.userPrompt }}",
        "timeout": 30,
        "includeMetadata": true,
        "blockOnThreat": false
      },
      "id": "securevector",
      "name": "SecureVector Scan (Parallel)",
      "type": "n8n-nodes-securevector.secureVector",
      "typeVersion": 1,
      "position": [
        450,
        200
      ],
      "credentials": {
        "secureVectorApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "prompt": "={{ $json.userPrompt }}"
      },
      "id": "llm",
      "name": "Send to LLM (Parallel)",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        450,
        400
      ]
    },
    {
      "parameters": {
        "mode": "combine",
        "mergeByFields": {
          "values": [
            {
              "field1": "userPrompt",
              "field2": "userPrompt"
            }
          ]
        }
      },
      "id": "merge",
      "name": "Merge Results",
      "type": "n8n-nodes-base.merge",
      "typeVersion": 2,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {
        "operation": "log",
        "message": "LLM Response: {{ $json.response }}\\nSecurity Score: {{ $json.score }}\\nRisk: {{ $json.riskLevel }}"
      },
      "id": "log",
      "name": "Log Combined Results",
      "type": "n8n-nodes-base.code",
      "typeVersion": 1,
      "position": [
        850,
        300
      ]
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "SecureVector Scan (Parallel)",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send to LLM (Parallel)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SecureVector Scan (Parallel)": {
      "main": [
        [
          {
            "node": "Merge Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send to LLM (Parallel)": {
      "main": [
        [
          {
            "node": "Merge Results",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merge Results": {
      "main": [
        [
          {
            "node": "Log Combined Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

SecureVector - Parallel Analysis. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 5 nodes.

Source: https://github.com/Secure-Vector/n8n-nodes-securevector/blob/d472947f4af1ba9cdd7f6b5028bfdd6d54003e82/examples/parallel-analysis.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

SecureVector - Blocking Mode. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 3 nodes.

N8N Nodes Securevector, OpenAI
AI & RAG

Ask questions like “How much did I spend on food last month?” and get instant answers from your financial data — directly in Telegram.

Telegram Trigger, OpenAI, Google Sheets +2
AI & RAG

Analyze incoming support requests, classify intent and priority with AI, create Jira tickets, assign the correct team, send Slack notifications, and track SLA deadlines. Supports Gmail, WhatsApp, form

Gmail Trigger, HTTP Request, Form Trigger +4
AI & RAG

The Problem That it Solves

Google Drive Trigger, OpenAI, Google Drive +5
AI & RAG

This intelligent email automation workflow helps you maximize engagement through domain-based outreach. It utilizes AI-powered personalization and strategic follow-ups to increase response rates. The

Gmail, HTTP Request, Google Sheets +1