8
n8n 한국어amn8n.com

OpenAI와 Notion를 사용하여嵌入式 웹사이트 채팅 로봇의 지식 라이브러리를 만들기

중급

이것은Support Chatbot, AI RAG분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 NotionTool, Agent, ChatTrigger, LmChatOpenAi, MemoryBufferWindow 등의 노드를 사용하며. OpenAI와 Notion을 사용하여 웹에 삽입할 수 있는 지식庫 채팅 로봇을 생성합니다.

사전 요구사항
  • Notion API Key
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "cba9e349b601c19a1409b9fd06680aff0a77829be13c8aad9a858d4cea7ff290",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "889783dd-88c8-4344-ab75-26ff93abbc03",
      "name": "스티커 메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        528
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "de6ea262-83f6-4411-bd3a-a594f52e4967",
      "name": "스티커 메모2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        528
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0dfc989d-7dd2-4b9c-b0d9-245e28a90c68",
      "name": "스티커 메모3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        224,
        528
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "55c51c3f-8c2e-41e5-a956-c5f5f936b21b",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -288,
        -112
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e8b9d000-d0ac-4574-9db8-7f286dcf5b58",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -336,
        368
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "6d3f259c-2d95-4d52-b270-c7f0bfb41a69",
      "name": "채팅 대화 시작",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -384,
        144
      ],
      "webhookId": "cf1de04f-3e38-426c-89f0-3bdb110a5dcf",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "93e69333-6752-4dc7-85e7-76e2a3140a9e",
      "name": "스마트 AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -128,
        144
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "683ce86c-ee1c-4809-a775-d949a3795354",
      "name": "채팅 기록 기억하기",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -16,
        368
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "c0c049f9-81f4-47a4-ad8f-e6a9f1049a99",
      "name": "Set & Get Notion Database",
      "type": "n8n-nodes-base.notionTool",
      "position": [
        320,
        368
      ],
      "parameters": {},
      "typeVersion": 2.2
    }
  ],
  "pinData": {},
  "connections": {
    "e8b9d000-d0ac-4574-9db8-7f286dcf5b58": {
      "ai_languageModel": [
        [
          {
            "node": "93e69333-6752-4dc7-85e7-76e2a3140a9e",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "683ce86c-ee1c-4809-a775-d949a3795354": {
      "ai_memory": [
        [
          {
            "node": "93e69333-6752-4dc7-85e7-76e2a3140a9e",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "6d3f259c-2d95-4d52-b270-c7f0bfb41a69": {
      "main": [
        [
          {
            "node": "93e69333-6752-4dc7-85e7-76e2a3140a9e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c0c049f9-81f4-47a4-ad8f-e6a9f1049a99": {
      "ai_tool": [
        [
          {
            "node": "93e69333-6752-4dc7-85e7-76e2a3140a9e",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 지원 챗봇, AI RAG

유료인가요?

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

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

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

저자
Gegenfeld

Gegenfeld

@gegenfeld

We at Gegenfeld are an EdTech platform dedicated to delivering high-quality on-demand courses and interactive training sessions for professional development at all skill levels. With our commitment to "Accelerate your future," we empower professionals to enhance their expertise through engaging, industry-focused learning experiences. On n8n, we share some of the workflows used in our interactive training to provide deeper insights and practical applications.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34