MySQL 데이터베이스 통합 AI 챗봇 워크플로우
이것은Engineering, DevOps, Product, AI, IT Ops분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 MySqlTool, Agent, LmChatGroq, ChatTrigger, MemoryBufferWindow 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. MySQL 데이터베이스를 통합한 AI 기반 챗봇 워크플로우
- •MySQL 데이터베이스 연결 정보
{
"meta": {
"instanceId": "f0daacbbece4d36ce73ed214e506ba3899410c0e00a1b6cd1d93e012465d1082"
},
"nodes": [
{
"id": "e1055031-f1f1-44dd-8e3b-18b9f543aac2",
"name": "채팅 메시지 수신 시",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-60,
-80
],
"webhookId": "cf1de04f-3e38-426c-89f0-3bdb110a5dcf",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "88eaaf60-aed6-4e9d-9667-d2838a8e7f78",
"name": "채팅 기록",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
280,
120
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "a5b49dee-d5e4-4324-a7f8-1638e4e41abd",
"name": "MySQL",
"type": "n8n-nodes-base.mySqlTool",
"position": [
460,
120
],
"parameters": {},
"typeVersion": 2.4
},
{
"id": "7abfcdc7-dfc5-4627-a479-82dd38404c88",
"name": "MySQL 스키마",
"type": "n8n-nodes-base.mySqlTool",
"position": [
640,
120
],
"parameters": {},
"typeVersion": 2.4
},
{
"id": "bc9dfb90-0696-4801-a5c2-741c2fd27855",
"name": "MySQL 정의",
"type": "n8n-nodes-base.mySqlTool",
"position": [
820,
120
],
"parameters": {},
"typeVersion": 2.4
},
{
"id": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
360,
-80
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "4849ec08-2ab9-46f2-bc8c-f9dad3196246",
"name": "Groq 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGroq",
"position": [
100,
120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "400a5f98-60af-4acb-950a-085402f3502d",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
60,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5859cd82-9d6c-4783-8ef9-44cd4d800148",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "599c02ac-7246-4cab-8bdd-1f6565ece04d",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
420,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "33cbfb73-10e5-428b-ba71-539be16e7bc7",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
-300
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"a5b49dee-d5e4-4324-a7f8-1638e4e41abd": {
"ai_tool": [
[
{
"node": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"type": "ai_tool",
"index": 0
}
]
]
},
"88eaaf60-aed6-4e9d-9667-d2838a8e7f78": {
"ai_memory": [
[
{
"node": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"type": "ai_memory",
"index": 0
}
]
]
},
"7abfcdc7-dfc5-4627-a479-82dd38404c88": {
"ai_tool": [
[
{
"node": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"type": "ai_tool",
"index": 0
}
]
]
},
"4849ec08-2ab9-46f2-bc8c-f9dad3196246": {
"ai_languageModel": [
[
{
"node": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"bc9dfb90-0696-4801-a5c2-741c2fd27855": {
"ai_tool": [
[
{
"node": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"type": "ai_tool",
"index": 0
}
]
]
},
"e1055031-f1f1-44dd-8e3b-18b9f543aac2": {
"main": [
[
{
"node": "fd8344a4-ee89-4365-ae36-cc39f26c47df",
"type": "main",
"index": 0
}
]
]
}
}
}이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 엔지니어링, 데브옵스, 제품, 인공지능, IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Gegenfeld
@gegenfeldWe 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.
이 워크플로우 공유