가장 가벼운 AI 채팅 로봇(지식庫 포함)
초급
이것은Support Chatbot, AI RAG분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Form, FormTrigger, HttpRequest 등의 노드를 사용하며. InfraNodus 지식 그래프 통합된 AI 채팅 로봇, 강화된 응답 제공
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (5)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "rd0xUJjrbul18Wka",
"meta": {
"instanceId": "334f4f928505fa56392672dcbddf0c1a39709717127e8d60d133a12f8f82b3b4"
},
"name": "Lightest AI Chatbot with a Knowledge Base",
"tags": [],
"nodes": [
{
"id": "31d979f0-23e6-44cc-adb3-2eeec331c661",
"name": "AI 응답",
"type": "n8n-nodes-base.httpRequest",
"position": [
496,
32
],
"parameters": {
"url": "https://infranodus.com/api/v1/graphAndAdvice?doNotSave=true&addStats=true&optimize=develop&includeStatements=true&includeGraphSummary=true&includeGraph=false",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "eightos_system"
},
{
"name": "requestMode",
"value": "response"
},
{
"name": "aiTopics",
"value": "true"
},
{
"name": "prompt",
"value": "={{ $json['Your message'] }}"
}
]
},
"genericAuthType": "httpBearerAuth"
},
"credentials": {
"httpBearerAuth": {
"id": "C3Li2OwYebUs6Dmg",
"name": "InfraNodus Expert"
}
},
"typeVersion": 4.2
},
{
"id": "75c16fd0-b166-4ce8-a72a-fd588541e619",
"name": "폼 제출 시",
"type": "n8n-nodes-base.formTrigger",
"position": [
176,
32
],
"webhookId": "7045f129-7e80-42d3-82bb-ee37819d4d9e",
"parameters": {
"options": {},
"formTitle": "What would you like to know?",
"formFields": {
"values": [
{
"fieldType": "textarea",
"fieldLabel": "Your message"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "cb7aa17c-4c86-4307-8638-dfd69a62c1d2",
"name": "폼",
"type": "n8n-nodes-base.form",
"position": [
768,
32
],
"webhookId": "abd82196-4e25-4d04-b200-e9317202987e",
"parameters": {
"options": {
"customCss": ":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}"
},
"operation": "completion",
"completionTitle": "Your response",
"completionMessage": "={{ $json.aiAdvice[0].text }}"
},
"typeVersion": 1
},
{
"id": "be2ab913-3e83-4c9a-8c9a-10a56b06bd64",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-256
],
"parameters": {
"width": 272,
"height": 448,
"content": "## Add your knowledge base\n\n### 1. Create a graph in [InfraNodus](https://infranodus.com) with the data you want to use as a knowledge base\n\n### 2. Add its name into the `name` field here"
},
"typeVersion": 1
},
{
"id": "0957b83e-ce99-4746-8c70-8c3877a325e3",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
112,
-256
],
"parameters": {
"width": 256,
"height": 448,
"content": "## Publicly available chat\n\n### Copy the `production` URL from here and share it the public"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "4b55069b-2153-4557-8e96-010b9e2ec78a",
"connections": {
"31d979f0-23e6-44cc-adb3-2eeec331c661": {
"main": [
[
{
"node": "cb7aa17c-4c86-4307-8638-dfd69a62c1d2",
"type": "main",
"index": 0
}
]
]
},
"75c16fd0-b166-4ce8-a72a-fd588541e619": {
"main": [
[
{
"node": "31d979f0-23e6-44cc-adb3-2eeec331c661",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 지원 챗봇, AI RAG
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
최고 성과 웹사이트 콘텐츠 최적화: Google Analytics, Firecrawl 및 InfraNodus
Google Analytics, Firecrawl 및 InfraNodus를 사용하여 최고의 웹사이트 콘텐츠 분석 및 최적화
Code
Form
Form Trigger
+
Code
Form
Form Trigger
17 노드InfraNodus
시장 조사
PDF 문서에서 내용 창의성을 생성하는 GraphRAG 사용
사용자 InfraNodus GraphRAG과 AI 간격 분석을 통해 PDF 문서에서 내용 창의성 생성
Code
Form
Form Trigger
+
Code
Form
Form Trigger
16 노드InfraNodus
콘텐츠 제작
Supabase를 사용하여 웹사이트에 RAG 채팅 로봇을 구축
사용법 RAG, OpenAI GPT-4o-mini 및 Supabase 벡터 데이터베이스를 사용하여 웹사이트 질문 채팅 로봇 구축
Form Trigger
Html Extract
Http Request
+
Form Trigger
Html Extract
Http Request
18 노드InfyOm Technologies
지원 챗봇
22. 지식 그래프本体 전문가를 사용하여 푸시 토플리케이션 강화
통해InfraNodus知识图谱推理및GraphRAG增强AI채팅봇响应
Http Request
Chat Trigger
Http Request
Chat Trigger
7 노드InfraNodus
내부 위키
경쟁자 내용 분석을 통해 시장 조사와 SEO의 내용 공백 발견
InfraNodus GraphRAG을 사용하여 경쟁사 웹 사이트 내용 공백을 분석하고 SEO를 돕습니다.
If
Code
Wait
+
If
Code
Wait
37 노드InfraNodus
인공지능
귀하의 이메일에 시각화 요약 및 지식 그래프 통찰력 생성
이메일에 시각화 요약과 지식 그래프 통찰력 생성
If
Set
Code
+
If
Set
Code
38 노드InfraNodus
기타
워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형4
저자
InfraNodus
@infranodusI'm Dmitry, the founder of InfraNodus — an AI text network analysis tool. I'm passionate about networks and data visualization and its ability to reveal what everyone else is missing and to highlight different perspectives. I'm sharing the n8n templates that make use of this unique capability of InfraNodus for multiple scenarios.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유