8
n8n 한국어amn8n.com

AI? ???? ??? ? ??

초급

이것은자동화 워크플로우로, 0개의 노드를 포함합니다. ??? ??????? ??? ? AI? ??? ?????.

사전 요구사항
  • 특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다

사용된 노드 (0)

일치하는 워크플로우가 없습니다

카테고리

-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "a9048293-787d-44d6-b995-d329b2495048",
      "name": "워크플로우 '실행' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1920,
        1380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "56017e8b-2f2e-4f40-9325-184ea01a18be",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1720,
        1260
      ],
      "parameters": {
        "width": 1071.752021563343,
        "height": 285.66037735849045,
        "content": "## Scrape latest Paul Graham essays"
      },
      "typeVersion": 1
    },
    {
      "id": "aa855d7c-6602-4242-bc84-56fed7c27c26",
      "name": "스티커 메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        1260
      ],
      "parameters": {
        "width": 625,
        "height": 607,
        "content": "## Summarize them with GPT"
      },
      "typeVersion": 1
    },
    {
      "id": "1a38e545-6d3b-40b2-a3ff-6f91fdd772de",
      "name": "에세이 목록 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1640,
        1380
      ],
      "parameters": {
        "url": "http://www.paulgraham.com/articles.html",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "bd713892-356b-4a9c-b076-000bd4f1f1ba",
      "name": "OpenAI 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -380,
        1600
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "8gccIjcuf3gvaoEr",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "4d7359ab-ba87-4756-8168-f2b987aac2fc",
      "name": "에세이 이름 추출",
      "type": "n8n-nodes-base.html",
      "position": [
        -1440,
        1380
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "essay",
              "attribute": "href",
              "cssSelector": "table table a",
              "returnArray": true,
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "8342d13f-879d-426b-ba28-ab696dd7f155",
      "name": "항목으로 분할",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -1240,
        1380
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "essay"
      },
      "typeVersion": 1
    },
    {
      "id": "a057d3cb-b7fb-4b4d-810a-e4de3ac10702",
      "name": "에세이 텍스트 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -840,
        1380
      ],
      "parameters": {
        "url": "=http://www.paulgraham.com/{{ $json.essay }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "98164d8c-3d6f-485d-93b6-1da3e8ae7ca8",
      "name": "제목 추출",
      "type": "n8n-nodes-base.html",
      "position": [
        -340,
        1080
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "title",
              "cssSelector": "title"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "fc0b6230-d169-4b20-803b-1896982c37c3",
      "name": "요약 체인",
      "type": "@n8n/n8n-nodes-langchain.chainSummarization",
      "position": [
        -340,
        1380
      ],
      "parameters": {
        "options": {},
        "operationMode": "documentLoader"
      },
      "typeVersion": 2
    },
    {
      "id": "a656524a-9f77-4922-9de7-e2221ac82b70",
      "name": "정리",
      "type": "n8n-nodes-base.set",
      "position": [
        360,
        1380
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "7b337b47-a1c6-470e-881f-0c038b4917e5",
              "name": "title",
              "type": "string",
              "value": "={{ $json.title }}"
            },
            {
              "id": "ca820521-4fff-4971-84b5-e6e2dbd8bb7a",
              "name": "summary",
              "type": "string",
              "value": "={{ $json.response.text }}"
            },
            {
              "id": "0fd9b5e3-44dd-49a3-82c1-3a4aa4698376",
              "name": "url",
              "type": "string",
              "value": "=http://www.paulgraham.com/{{ $('Limit to first 3').first().json.essay }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "da738af0-7302-442d-bdc8-c9771be10794",
      "name": "병합",
      "type": "n8n-nodes-base.merge",
      "position": [
        160,
        1380
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineByPosition"
      },
      "typeVersion": 3
    },
    {
      "id": "adf51f27-8d3e-49a8-b850-7990d355dc81",
      "name": "기본 데이터 로더",
      "type": "@n8n/n8n-nodes-langchain.documentDefaultDataLoader",
      "position": [
        -260,
        1600
      ],
      "parameters": {
        "options": {},
        "jsonData": "={{ $('Extract Text Only').item.json.data }}",
        "jsonMode": "expressionData"
      },
      "typeVersion": 1
    },
    {
      "id": "f57c5908-4ae3-4ce1-a74b-0fc393792c21",
      "name": "재귀적 문자 텍스트 분할기",
      "type": "@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter",
      "position": [
        -180,
        1720
      ],
      "parameters": {
        "options": {},
        "chunkSize": 6000
      },
      "typeVersion": 1
    },
    {
      "id": "278eed78-3489-41e3-b4d2-a2de788fcd21",
      "name": "처음 3개로 제한",
      "type": "n8n-nodes-base.limit",
      "position": [
        -1040,
        1380
      ],
      "parameters": {
        "maxItems": 3
      },
      "typeVersion": 1
    },
    {
      "id": "028147d1-2a45-416d-91d0-40a0af2747f5",
      "name": "텍스트만 추출",
      "type": "n8n-nodes-base.html",
      "position": [
        -520,
        1380
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "data",
              "cssSelector": "body",
              "skipSelectors": "img,nav"
            }
          ]
        }
      },
      "typeVersion": 1.2
    }
  ],
  "pinData": {},
  "connections": {
    "da738af0-7302-442d-bdc8-c9771be10794": {
      "main": [
        [
          {
            "node": "a656524a-9f77-4922-9de7-e2221ac82b70",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "98164d8c-3d6f-485d-93b6-1da3e8ae7ca8": {
      "main": [
        [
          {
            "node": "da738af0-7302-442d-bdc8-c9771be10794",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1a38e545-6d3b-40b2-a3ff-6f91fdd772de": {
      "main": [
        [
          {
            "node": "4d7359ab-ba87-4756-8168-f2b987aac2fc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "278eed78-3489-41e3-b4d2-a2de788fcd21": {
      "main": [
        [
          {
            "node": "a057d3cb-b7fb-4b4d-810a-e4de3ac10702",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "028147d1-2a45-416d-91d0-40a0af2747f5": {
      "main": [
        [
          {
            "node": "fc0b6230-d169-4b20-803b-1896982c37c3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a057d3cb-b7fb-4b4d-810a-e4de3ac10702": {
      "main": [
        [
          {
            "node": "98164d8c-3d6f-485d-93b6-1da3e8ae7ca8",
            "type": "main",
            "index": 0
          },
          {
            "node": "028147d1-2a45-416d-91d0-40a0af2747f5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bd713892-356b-4a9c-b076-000bd4f1f1ba": {
      "ai_languageModel": [
        [
          {
            "node": "fc0b6230-d169-4b20-803b-1896982c37c3",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "adf51f27-8d3e-49a8-b850-7990d355dc81": {
      "ai_document": [
        [
          {
            "node": "fc0b6230-d169-4b20-803b-1896982c37c3",
            "type": "ai_document",
            "index": 0
          }
        ]
      ]
    },
    "4d7359ab-ba87-4756-8168-f2b987aac2fc": {
      "main": [
        [
          {
            "node": "8342d13f-879d-426b-ba28-ab696dd7f155",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fc0b6230-d169-4b20-803b-1896982c37c3": {
      "main": [
        [
          {
            "node": "da738af0-7302-442d-bdc8-c9771be10794",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "8342d13f-879d-426b-ba28-ab696dd7f155": {
      "main": [
        [
          {
            "node": "278eed78-3489-41e3-b4d2-a2de788fcd21",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a9048293-787d-44d6-b995-d329b2495048": {
      "main": [
        [
          {
            "node": "1a38e545-6d3b-40b2-a3ff-6f91fdd772de",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f57c5908-4ae3-4ce1-a74b-0fc393792c21": {
      "ai_textSplitter": [
        [
          {
            "node": "adf51f27-8d3e-49a8-b850-7990d355dc81",
            "type": "ai_textSplitter",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급

유료인가요?

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

워크플로우 정보
난이도
초급
노드 수0
카테고리-
노드 유형0
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
Creators

Creators

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34