8
n8n 한국어amn8n.com

Gemini 도구와 Qwen LLM 에이전트의 멀티미디어 분석

고급

이것은Document Extraction, AI Chatbot분야의자동화 워크플로우로, 21개의 노드를 포함합니다.주로 If, Set, Merge, SplitOut, Aggregate 등의 노드를 사용하며. Gemini 도구와 Qwen LLM 에이전트를 사용하여 이미지, 동영상, 문서 및 오디오 분석

사전 요구사항
  • 특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "8396a2c42d7edc37401c19b3909f25edcb0e4a6dc3914c824fddd73a329a575c",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "904a709d-dc85-439f-8e72-f77cc8764f62",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -720,
        -352
      ],
      "parameters": {
        "options": {
          "systemMessage": "Eres un asistente útil y confiable. Tu objetivo principal es responder de forma clara, concreta y breve a las consultas del usuario.\n\nPuedes apoyarte en funciones o herramientas externas cuando estén disponibles para resolver las tareas de forma más eficaz. Usa estos recursos de forma autónoma y sin pedir permiso, siempre que ayuden a dar una mejor respuesta al usuario.\n\nSi no tienes suficiente información para responder, pide los datos necesarios de forma directa. Sé proactivo, toma la iniciativa cuando sea útil y enfócate siempre en entregar soluciones prácticas y comprensibles."
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "35664f34-c12c-4c39-b80d-b6a87e52ac8e",
      "name": "아이템 반복",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -1456,
        16
      ],
      "parameters": {
        "options": {
          "reset": false
        }
      },
      "typeVersion": 3
    },
    {
      "id": "1d043672-c1af-4633-92aa-342117c92faf",
      "name": "파일 분리",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -1648,
        16
      ],
      "parameters": {
        "include": "allOtherFields",
        "options": {
          "includeBinary": true,
          "destinationFieldName": "=files"
        },
        "fieldToSplitOut": "=files"
      },
      "executeOnce": false,
      "typeVersion": 1
    },
    {
      "id": "45ee1755-7d8b-4eb4-8ce2-cc1fc6bf8220",
      "name": "결합",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -1296,
        -128
      ],
      "parameters": {
        "options": {
          "includeBinaries": false
        },
        "fieldsToAggregate": {
          "fieldToAggregate": [
            {
              "fieldToAggregate": "file"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "13164f95-7fdf-437c-a3c0-d8f1b9f0a6b5",
      "name": "병합",
      "type": "n8n-nodes-base.merge",
      "position": [
        -1280,
        -352
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "828c6081-9420-42b6-9f78-0c6dbdbf5c33",
      "name": "이미지",
      "type": "@n8n/n8n-nodes-langchain.googleGeminiTool",
      "position": [
        -656,
        -112
      ],
      "parameters": {
        "text": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Text_Input', ``, 'string') }}",
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "models/gemma-3-27b-it",
          "cachedResultName": "models/gemma-3-27b-it"
        },
        "options": {},
        "resource": "image",
        "imageUrls": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL_s_', ``, 'string') }}",
        "operation": "analyze",
        "descriptionType": "manual",
        "toolDescription": "Analyze image in Google Gemini"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "YRMp3GqYOBMNJvBe",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ec27fa16-9ee7-44db-84c2-58b864da4ef6",
      "name": "비디오",
      "type": "@n8n/n8n-nodes-langchain.googleGeminiTool",
      "position": [
        -560,
        -112
      ],
      "parameters": {
        "text": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Text_Input', ``, 'string') }}",
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "models/gemini-2.0-flash-lite",
          "cachedResultName": "models/gemini-2.0-flash-lite"
        },
        "options": {},
        "resource": "video",
        "operation": "analyze",
        "videoUrls": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL_s_', ``, 'string') }}",
        "descriptionType": "manual",
        "toolDescription": "Analyze video in Google Gemini"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "YRMp3GqYOBMNJvBe",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c5bd84b4-aad1-4e25-819f-8a02bccfdc8e",
      "name": "오디오",
      "type": "@n8n/n8n-nodes-langchain.googleGeminiTool",
      "position": [
        -464,
        -112
      ],
      "parameters": {
        "text": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Text_Input', ``, 'string') }}",
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "models/gemini-2.0-flash-lite",
          "cachedResultName": "models/gemini-2.0-flash-lite"
        },
        "options": {},
        "resource": "audio",
        "audioUrls": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL_s_', ``, 'string') }}",
        "operation": "analyze",
        "descriptionType": "manual",
        "toolDescription": "Analyze audio in Google Gemini"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "YRMp3GqYOBMNJvBe",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1e54b2fb-241e-44fb-8b69-e79bea324399",
      "name": "문서",
      "type": "@n8n/n8n-nodes-langchain.googleGeminiTool",
      "position": [
        -352,
        -112
      ],
      "parameters": {
        "text": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Text_Input', ``, 'string') }}",
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "models/gemini-2.0-flash-lite",
          "cachedResultName": "models/gemini-2.0-flash-lite"
        },
        "options": {},
        "resource": "document",
        "documentUrls": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL_s_', ``, 'string') }}",
        "descriptionType": "manual",
        "toolDescription": "Analyze document in Google Gemini"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "YRMp3GqYOBMNJvBe",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3947d5fa-5cd6-4f17-80de-8aa86fa29df8",
      "name": "입력",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -1664,
        -352
      ],
      "webhookId": "2c774c20-3be1-429c-a9b6-86ca7cf2dcf9",
      "parameters": {
        "options": {
          "allowFileUploads": true
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "869e052e-ba3e-4795-8ad5-7787449af29b",
      "name": "파일 없을 경우",
      "type": "n8n-nodes-base.if",
      "position": [
        -1504,
        -352
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "e3475200-6983-492f-b08d-ca1c40f9e4a5",
              "operator": {
                "type": "array",
                "operation": "notExists",
                "singleValue": true
              },
              "leftValue": "={{ $json.files }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "cf62126c-3a4d-42ef-93c9-bc45d3e9a71d",
      "name": "파일 업로드",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        -1296,
        32
      ],
      "parameters": {
        "resource": "file",
        "inputType": "binary",
        "binaryPropertyName": "=data{{$runIndex}}"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "YRMp3GqYOBMNJvBe",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "60c8e74d-ac06-49e1-a58f-27a2b12eb5d5",
      "name": "파일 데이터",
      "type": "n8n-nodes-base.set",
      "position": [
        -1152,
        32
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "c51e91b2-0bc3-41f7-ad20-6553a1f16a4f",
              "name": "file.url",
              "type": "string",
              "value": "={{ $json.fileUri }}"
            },
            {
              "id": "898419e5-f238-464c-abec-9410e0709bc8",
              "name": "file.name",
              "type": "string",
              "value": "={{ $('Split Out Files').item.json.files.fileName }}"
            },
            {
              "id": "4c088e7c-ed7c-48df-a448-e6107ca58fd9",
              "name": "mimeType",
              "type": "string",
              "value": "={{ $json.mimeType }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "781c5dfc-fb88-4493-af59-c87edb0c2e8d",
      "name": "입력 업데이트",
      "type": "n8n-nodes-base.set",
      "position": [
        -1152,
        -128
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "1fba2a0e-8f8f-422d-8b3d-2ce9aba9718a",
              "name": "files",
              "type": "array",
              "value": "={{ $json.file }}"
            },
            {
              "id": "264f9f25-ab51-481d-b1b0-68fc63297d79",
              "name": "",
              "type": "string",
              "value": ""
            },
            {
              "id": "54da9062-5aef-4f1e-baf0-f2ea57864aef",
              "name": "sessionId",
              "type": "string",
              "value": "={{ $('Input').item.json.sessionId }}"
            },
            {
              "id": "dac98866-efeb-4fa3-af76-adf282ee6b29",
              "name": "action",
              "type": "string",
              "value": "={{ $('Input').item.json.action }}"
            },
            {
              "id": "34e03f34-f3d9-4eb3-8171-d47b0c276ef1",
              "name": "chatInput",
              "type": "string",
              "value": "={{ $('Input').item.json.chatInput }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "178a32a0-206f-4af5-803f-6114a23c0303",
      "name": "채팅 입력 생성",
      "type": "n8n-nodes-base.set",
      "position": [
        -1120,
        -352
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "88fdb9fb-e003-498e-98f8-9e8fcde8dd53",
              "name": "chatInput",
              "type": "string",
              "value": "={{ $json.chatInput }}\n{{ $json.files ? 'Media: ' + $json.files.toJsonString() : '' }}"
            },
            {
              "id": "8274ca7b-69b9-4b46-beb4-a8e11198c488",
              "name": "sessionId",
              "type": "string",
              "value": "={{ $json.sessionId }}"
            },
            {
              "id": "048b0f23-3d57-4056-b813-7ee8c25522fd",
              "name": "action",
              "type": "string",
              "value": "={{ $json.action }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "13f5e189-ccf8-461f-9aa8-9d9b45b5352d",
      "name": "모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        -928,
        -112
      ],
      "parameters": {
        "model": "qwen/qwen3-32b",
        "options": {}
      },
      "credentials": {
        "groqApi": {
          "id": "G6oCe97EbDiUJGyC",
          "name": "Groq account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "54fcccd9-0158-4cb7-98db-1675dcf7c29c",
      "name": "메모리",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -784,
        -112
      ],
      "parameters": {
        "contextWindowLength": 15
      },
      "typeVersion": 1.3
    },
    {
      "id": "741b7bc6-d00e-45a5-9cbd-25c163f45e4a",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1776,
        -528
      ],
      "parameters": {
        "color": 4,
        "width": 448,
        "height": 336,
        "content": "## Start \n"
      },
      "typeVersion": 1
    },
    {
      "id": "8f0a19e7-85aa-4dc1-8e7b-e18a83cd5d55",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1776,
        -192
      ],
      "parameters": {
        "width": 816,
        "height": 448,
        "content": "## If files \n**Upload all files to Google**"
      },
      "typeVersion": 1
    },
    {
      "id": "eb97a99c-4cb3-4a57-ace9-668d8dfed1fe",
      "name": "스티커 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        -528
      ],
      "parameters": {
        "color": 2,
        "width": 368,
        "height": 336,
        "content": "## The real chat input "
      },
      "typeVersion": 1
    },
    {
      "id": "9fdb1af3-6e0c-4dfa-9705-e7b19fd91d84",
      "name": "스티커 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -528
      ],
      "parameters": {
        "color": 5,
        "width": 736,
        "height": 784,
        "content": "## The Agent \n"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "828c6081-9420-42b6-9f78-0c6dbdbf5c33": {
      "ai_tool": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c5bd84b4-aad1-4e25-819f-8a02bccfdc8e": {
      "ai_tool": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "3947d5fa-5cd6-4f17-80de-8aa86fa29df8": {
      "main": [
        [
          {
            "node": "869e052e-ba3e-4795-8ad5-7787449af29b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "13164f95-7fdf-437c-a3c0-d8f1b9f0a6b5": {
      "main": [
        [
          {
            "node": "178a32a0-206f-4af5-803f-6114a23c0303",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "13f5e189-ccf8-461f-9aa8-9d9b45b5352d": {
      "ai_languageModel": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "ec27fa16-9ee7-44db-84c2-58b864da4ef6": {
      "ai_tool": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "54fcccd9-0158-4cb7-98db-1675dcf7c29c": {
      "ai_memory": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "1e54b2fb-241e-44fb-8b69-e79bea324399": {
      "ai_tool": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "45ee1755-7d8b-4eb4-8ce2-cc1fc6bf8220": {
      "main": [
        [
          {
            "node": "781c5dfc-fb88-4493-af59-c87edb0c2e8d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "60c8e74d-ac06-49e1-a58f-27a2b12eb5d5": {
      "main": [
        [
          {
            "node": "35664f34-c12c-4c39-b80d-b6a87e52ac8e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "869e052e-ba3e-4795-8ad5-7787449af29b": {
      "main": [
        [
          {
            "node": "13164f95-7fdf-437c-a3c0-d8f1b9f0a6b5",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "1d043672-c1af-4633-92aa-342117c92faf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "781c5dfc-fb88-4493-af59-c87edb0c2e8d": {
      "main": [
        [
          {
            "node": "13164f95-7fdf-437c-a3c0-d8f1b9f0a6b5",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "cf62126c-3a4d-42ef-93c9-bc45d3e9a71d": {
      "main": [
        [
          {
            "node": "60c8e74d-ac06-49e1-a58f-27a2b12eb5d5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "35664f34-c12c-4c39-b80d-b6a87e52ac8e": {
      "main": [
        [
          {
            "node": "45ee1755-7d8b-4eb4-8ce2-cc1fc6bf8220",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "cf62126c-3a4d-42ef-93c9-bc45d3e9a71d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1d043672-c1af-4633-92aa-342117c92faf": {
      "main": [
        [
          {
            "node": "35664f34-c12c-4c39-b80d-b6a87e52ac8e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "178a32a0-206f-4af5-803f-6114a23c0303": {
      "main": [
        [
          {
            "node": "904a709d-dc85-439f-8e72-f77cc8764f62",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

고급 - 문서 추출, AI 챗봇

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
고급
노드 수21
카테고리2
노드 유형13
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Mauricio Perera

Mauricio Perera

@rckflr

Automation consultant with over 10 years of experience specializing in AI, no-code, and workflow optimization. I’ve delivered tailored AI and NLP solutions across real estate, healthcare, and more, enhancing efficiency and customer experiences. Proficient in tools like Make, Airtable, and Zapier, I also integrate GPT models to create scalable, innovative automations. Contact me to discuss custom n8n workflows or advanced automations to streamline your processes.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34