8
n8n 한국어amn8n.com

RAG, Gemini, Supabase, Google Docs를 사용하여 지식 기반 WhatsApp 어시스턴트를 구축합니다.

중급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 15개의 노드를 포함합니다.주로 If, Code, Supabase, WhatsApp, Aggregate 등의 노드를 사용하며. RAG, Gemini, Supabase, Google Docs를 사용하여 지식 기반 WhatsApp 어시스턴트를 구축합니다.

사전 요구사항
  • Supabase URL과 API Key
  • 대상 API의 인증 정보가 필요할 수 있음
  • Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "93f396852104089b8670e7494b0f3668b420464668ae4a8c1d6b4b5799f8e3ef",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "4472f7d3-fca5-4d88-8afe-11a96316b761",
      "name": "WhatsApp 트리거",
      "type": "n8n-nodes-base.whatsAppTrigger",
      "position": [
        6048,
        -272
      ],
      "webhookId": "685f1ed2-ffac-460b-b2eb-b29891e539d4",
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 1
    },
    {
      "id": "e2af2f35-5830-4e18-a6fa-346e58dd067a",
      "name": "훈련용 콘텐츠",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        4480,
        -240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9823dd18-7d53-49b1-a8f6-478877e9d753",
      "name": "청크로 분할",
      "type": "n8n-nodes-base.code",
      "position": [
        4704,
        -240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "02970a68-1fdd-4ca0-9346-6e2e25b87af0",
      "name": "업로드 문서 임베딩",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        4928,
        -240
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "676544e3-80a6-45c3-93a8-05ecd35b019a",
      "name": "임베딩을 DB에 저장",
      "type": "n8n-nodes-base.supabase",
      "position": [
        5136,
        -240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a27230ed-40be-478e-b383-6c712d980db8",
      "name": "집계",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        6960,
        -256
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3c9c5b54-8ce7-48b2-a424-6f9bf5886e3a",
      "name": "임베딩 검색",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        6736,
        -256
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "7cfe3ce3-8687-4d81-a3c4-39efa4b5d6db",
      "name": "사용자 메시지 임베딩",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        6512,
        -256
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "a42c6b9e-2c39-433e-b065-e2a0ea479eb9",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3456,
        -432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5241c4e5-c630-49a5-bda5-ae5dec630bab",
      "name": "스티키 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        5456,
        -432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c534b0d4-3be9-4e8b-866f-a8718814ca02",
      "name": "'워크플로 실행' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        4224,
        -240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a9bec279-7d7d-4a44-a221-e236ae1b7703",
      "name": "Google Gemini 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        7168,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c07d0fb0-6752-4f1a-832b-7d01163e2293",
      "name": "메시지 전송",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        7504,
        -256
      ],
      "webhookId": "2b88030b-0e59-4b3a-8a97-0d1c81695f5b",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "090a8f79-2808-476b-a730-caf2da72d31c",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        7168,
        -256
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "719a5691-689d-44a8-855f-9eafb8aac9fd",
      "name": "조건문",
      "type": "n8n-nodes-base.if",
      "position": [
        6256,
        -272
      ],
      "parameters": {},
      "typeVersion": 2.2
    }
  ],
  "pinData": {},
  "connections": {
    "719a5691-689d-44a8-855f-9eafb8aac9fd": {
      "main": [
        [],
        [
          {
            "node": "7cfe3ce3-8687-4d81-a3c4-39efa4b5d6db",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "090a8f79-2808-476b-a730-caf2da72d31c": {
      "main": [
        [
          {
            "node": "c07d0fb0-6752-4f1a-832b-7d01163e2293",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a27230ed-40be-478e-b383-6c712d980db8": {
      "main": [
        [
          {
            "node": "090a8f79-2808-476b-a730-caf2da72d31c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4472f7d3-fca5-4d88-8afe-11a96316b761": {
      "main": [
        [
          {
            "node": "719a5691-689d-44a8-855f-9eafb8aac9fd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3c9c5b54-8ce7-48b2-a424-6f9bf5886e3a": {
      "main": [
        [
          {
            "node": "a27230ed-40be-478e-b383-6c712d980db8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7cfe3ce3-8687-4d81-a3c4-39efa4b5d6db": {
      "main": [
        [
          {
            "node": "3c9c5b54-8ce7-48b2-a424-6f9bf5886e3a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9823dd18-7d53-49b1-a8f6-478877e9d753": {
      "main": [
        [
          {
            "node": "02970a68-1fdd-4ca0-9346-6e2e25b87af0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e2af2f35-5830-4e18-a6fa-346e58dd067a": {
      "main": [
        [
          {
            "node": "9823dd18-7d53-49b1-a8f6-478877e9d753",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a9bec279-7d7d-4a44-a221-e236ae1b7703": {
      "ai_languageModel": [
        [
          {
            "node": "090a8f79-2808-476b-a730-caf2da72d31c",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "02970a68-1fdd-4ca0-9346-6e2e25b87af0": {
      "main": [
        [
          {
            "node": "676544e3-80a6-45c3-93a8-05ecd35b019a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c534b0d4-3be9-4e8b-866f-a8718814ca02": {
      "main": [
        [
          {
            "node": "e2af2f35-5830-4e18-a6fa-346e58dd067a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 콘텐츠 제작, 멀티모달 AI

유료인가요?

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

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

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34