Ollama LLM 및 Pinecone RAG 기반 Gmail 고객 서비스 자동 응답 시스템
이것은Support, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Gmail, GmailTrigger, Agent, LmOllama, LmChatOllama 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 基于Ollama LLM및Pinecone RAG의Gmail客服자동回复系统
- •Google 계정 및 Gmail API 인증 정보
- •Pinecone API Key
사용된 노드 (11)
{
"meta": {
"instanceId": "473ff4054f1a6c3ed6f17a2b4a2e55676fe5b921cceb87b2256e6c416c158559",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "fcc4f02d-1e29-4079-97ba-c5d79120b3bc",
"name": "메모지",
"type": "n8n-nodes-base.stickyNote",
"position": [
-240,
80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6cdc9627-679f-4450-a16f-6ae1b90b92c0",
"name": "Gmail 트리거",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
-180,
200
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "be28ff9c-da0b-47e4-bf1b-c0dd7db660cc",
"name": "텍스트 분류기",
"type": "@n8n/n8n-nodes-langchain.textClassifier",
"position": [
40,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "3b9d2f14-730a-48c7-a211-8fa64e9dc869",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
280,
380
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "3145c4bd-e7a0-4da0-ba24-221de1796a77",
"name": "Pinecone 벡터 저장소",
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
"position": [
620,
400
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "8c68df50-e781-4605-9ef7-0cd14e33530a",
"name": "라벨",
"type": "n8n-nodes-base.gmail",
"position": [
580,
200
],
"webhookId": "c0c7c2b3-31f9-4cd1-8216-b5862601ddc7",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "4730d2dc-97c7-49a6-a75b-1cdb458277fb",
"name": "전송",
"type": "n8n-nodes-base.gmail",
"position": [
780,
200
],
"webhookId": "63fe17a2-3eca-4444-9cea-34b80b57ee49",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "f51d6efd-d426-470b-994a-e8d33aa4325d",
"name": "Ollama 모델",
"type": "@n8n/n8n-nodes-langchain.lmOllama",
"position": [
100,
380
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9c1f601b-cb58-41d6-aebc-1f7be0b0269a",
"name": "Ollama 임베딩",
"type": "@n8n/n8n-nodes-langchain.embeddingsOllama",
"position": [
640,
560
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1f2a81de-2c6b-4394-a32e-47a49a220f73",
"name": "Ollama 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOllama",
"position": [
280,
560
],
"parameters": {},
"typeVersion": 1
},
{
"id": "951189a8-9a0d-4d78-91d9-0ebfa444f0c7",
"name": "단순 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
80,
520
],
"parameters": {},
"typeVersion": 1.3
}
],
"pinData": {},
"connections": {
"8c68df50-e781-4605-9ef7-0cd14e33530a": {
"main": [
[
{
"node": "4730d2dc-97c7-49a6-a75b-1cdb458277fb",
"type": "main",
"index": 0
}
]
]
},
"3b9d2f14-730a-48c7-a211-8fa64e9dc869": {
"main": [
[
{
"node": "8c68df50-e781-4605-9ef7-0cd14e33530a",
"type": "main",
"index": 0
}
]
]
},
"f51d6efd-d426-470b-994a-e8d33aa4325d": {
"ai_languageModel": [
[
{
"node": "be28ff9c-da0b-47e4-bf1b-c0dd7db660cc",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"6cdc9627-679f-4450-a16f-6ae1b90b92c0": {
"main": [
[
{
"node": "be28ff9c-da0b-47e4-bf1b-c0dd7db660cc",
"type": "main",
"index": 0
}
]
]
},
"951189a8-9a0d-4d78-91d9-0ebfa444f0c7": {
"ai_memory": [
[
{
"node": "3b9d2f14-730a-48c7-a211-8fa64e9dc869",
"type": "ai_memory",
"index": 0
}
]
]
},
"be28ff9c-da0b-47e4-bf1b-c0dd7db660cc": {
"main": [
[
{
"node": "3b9d2f14-730a-48c7-a211-8fa64e9dc869",
"type": "main",
"index": 0
}
],
[]
]
},
"9c1f601b-cb58-41d6-aebc-1f7be0b0269a": {
"ai_embedding": [
[
{
"node": "3145c4bd-e7a0-4da0-ba24-221de1796a77",
"type": "ai_embedding",
"index": 0
}
]
]
},
"1f2a81de-2c6b-4394-a32e-47a49a220f73": {
"ai_languageModel": [
[
{
"node": "3b9d2f14-730a-48c7-a211-8fa64e9dc869",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"3145c4bd-e7a0-4da0-ba24-221de1796a77": {
"ai_tool": [
[
{
"node": "3b9d2f14-730a-48c7-a211-8fa64e9dc869",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 지원, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Aashit Sharma
@aashitsharmaWith a strong background in AI agent systems, RAG pipelines, and open-source automation tools like n8n, LangChain, and Ollama, Aashit specializes in crafting end-to-end solutions that merge intelligence with efficiency. He has developed multiple production-ready n8n templates — from personalized interview prep systems and document generators to AI-powered support agents — all designed to empower teams with scalable, low-code automation.
이 워크플로우 공유