8
n8n 한국어amn8n.com

OpenAI, Qdrant, CraftMyPDF를 사용하여 AI 선별 판매报价 생성

중급

이것은Lead Nurturing, AI RAG분야의자동화 워크플로우로, 15개의 노드를 포함합니다.주로 Set, Code, EmailSend, FormTrigger, HttpRequest 등의 노드를 사용하며. OpenAI, Qdrant, CraftMyPDF PDF 배달을 사용하여 AI精选 판매报价 생성

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
  • OpenAI API Key
  • Qdrant 서버 연결 정보
  • Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "783d2046f405cc6ecb20ef185376ed1023323a3da628b9d8156b1fb75c75e037"
  },
  "nodes": [
    {
      "id": "6024e2ec-0a2d-4e0a-9e90-9c20da7bf6c1",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3c4cf768-02eb-4a2f-830d-389581d94476",
      "name": "스티커 메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e360e245-7dfb-4b50-b8ab-9929ba1b53f6",
      "name": "스티커 메모2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "58eba77d-a3f2-47c4-98be-c2947c4506c1",
      "name": "폼: 견적 요청",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        32,
        288
      ],
      "webhookId": "FORM-QUOTE-ID",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "51f3b457-56fb-41dd-921c-89f3c87e4e07",
      "name": "설정: 에이전트 컨텍스트 준비",
      "type": "n8n-nodes-base.set",
      "position": [
        416,
        288
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "84cd898b-994e-4258-a511-c0a524701832",
      "name": "OpenAI 채팅 모델 (에이전트)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        704,
        496
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
      "name": "영업 견적 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        784,
        288
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "7596c355-4174-48bb-b612-af217a99f699",
      "name": "Qdrant 벡터 스토어 (제품)",
      "type": "@n8n/n8n-nodes-langchain.vectorStoreQdrant",
      "position": [
        816,
        672
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e1f3367a-7b76-43a2-9fb8-becec399dd6d",
      "name": "임베딩 OpenAI (제품)",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        816,
        816
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "0c4ee604-6b4d-4468-9ff0-7865b6581422",
      "name": "PRODUCTS_QDRANT",
      "type": "@n8n/n8n-nodes-langchain.toolVectorStore",
      "position": [
        976,
        496
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8ab0eaf6-6fac-406e-a030-f83fdead366b",
      "name": "코드: CraftMyPDF용 매핑",
      "type": "n8n-nodes-base.code",
      "position": [
        1280,
        288
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5035d222-3685-4b71-aa62-8f73e888ac75",
      "name": "PDF 생성",
      "type": "n8n-nodes-craftmypdf.craftMyPdf",
      "position": [
        1584,
        288
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c145f87f-38d0-4178-a180-4b94bdfdc1a4",
      "name": "PDF 파일 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1856,
        288
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "71a385b1-ddd2-4ee3-92cb-3b03a1b4ca6a",
      "name": "이메일: 견적서 발송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2096,
        288
      ],
      "webhookId": "8934d5d2-fe1f-4b79-9445-c794acf61d3d",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "433c3e34-d5b0-4429-9bb9-98f4884ebab4",
      "name": "Google Gemini 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1120,
        688
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "5035d222-3685-4b71-aa62-8f73e888ac75": {
      "main": [
        [
          {
            "node": "c145f87f-38d0-4178-a180-4b94bdfdc1a4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c145f87f-38d0-4178-a180-4b94bdfdc1a4": {
      "main": [
        [
          {
            "node": "71a385b1-ddd2-4ee3-92cb-3b03a1b4ca6a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0c4ee604-6b4d-4468-9ff0-7865b6581422": {
      "ai_tool": [
        [
          {
            "node": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "217a67b4-cc63-46cd-be00-d9ce8331b76a": {
      "main": [
        [
          {
            "node": "8ab0eaf6-6fac-406e-a030-f83fdead366b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "58eba77d-a3f2-47c4-98be-c2947c4506c1": {
      "main": [
        [
          {
            "node": "51f3b457-56fb-41dd-921c-89f3c87e4e07",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8ab0eaf6-6fac-406e-a030-f83fdead366b": {
      "main": [
        [
          {
            "node": "5035d222-3685-4b71-aa62-8f73e888ac75",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "433c3e34-d5b0-4429-9bb9-98f4884ebab4": {
      "ai_languageModel": [
        [
          {
            "node": "0c4ee604-6b4d-4468-9ff0-7865b6581422",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "84cd898b-994e-4258-a511-c0a524701832": {
      "ai_languageModel": [
        [
          {
            "node": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "51f3b457-56fb-41dd-921c-89f3c87e4e07": {
      "main": [
        [
          {
            "node": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e1f3367a-7b76-43a2-9fb8-becec399dd6d": {
      "ai_embedding": [
        [
          {
            "node": "7596c355-4174-48bb-b612-af217a99f699",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    },
    "7596c355-4174-48bb-b612-af217a99f699": {
      "ai_vectorStore": [
        [
          {
            "node": "0c4ee604-6b4d-4468-9ff0-7865b6581422",
            "type": "ai_vectorStore",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 리드 육성, AI RAG

유료인가요?

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

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

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

저자
Cong Nguyen

Cong Nguyen

@cong-nguyen

I’m a developer specialized in building web and mobile applications with AI integration and intelligent automation. With a solid background in data science, I help businesses build smarter digital solutions using cutting-edge technologies.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34