AI駆動のGitHubボット:GPT-4o、Pinecone、Discordアラートを使用した問題の自動トリアージ

中級

これはEngineering, AI分野の自動化ワークフローで、12個のノードを含みます。主にSet, Webhook, Agent, RespondToWebhook, LmChatOpenAiなどのノードを使用、AI技術を活用したスマート自動化を実現。 AI駆動のGitHubボット:GPT-4o、Pinecone、Discordアラートを使用した問題の自動トリアージ

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • OpenAI API Key
  • Pinecone API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "8931e7db592c2960ce253801ea290c1dc66e447734ce3d968310365665cefc80"
  },
  "nodes": [
    {
      "id": "caa04614-4d25-4946-bd71-72dfa42251f6",
      "name": "4o, 4o-mini, etc1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -40,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "25e3bd45-113c-45cf-b40b-90c9c12e2222",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "77c6eac4-a0d7-42ef-843f-5619ae0b449a",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -240,
        -180
      ],
      "webhookId": "a34e38ea-f5f5-42f8-9044-6a2f7c7de31a",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3d24fc0e-eef0-48c7-8437-94b298a8b887",
      "name": "Webhook に返信",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        280,
        -160
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "42f9b629-1428-44da-823f-4522b87a5e5d",
      "name": "これを変更してください!!!",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        -20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
      "name": "Github Issueのヒント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -40,
        -180
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "c8c699ae-970b-4ab6-b559-b07e770bc8a1",
      "name": "コードベクトル読み取り",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        0,
        40
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391",
      "name": "ドキュメントベクトル読み取り",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        0,
        160
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "d1aa5807-f63a-48a5-9c03-b9e8b1f4a7d8",
      "name": "Text Embedding 3 LARGEを使用",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        320,
        100
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d",
      "name": "こちらも変更推奨",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        160
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "bab488d5-787e-48e8-848d-cf23b7ec84f0",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7e1c72e8-df34-4bc7-b088-dc6a4f09889f",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "77c6eac4-a0d7-42ef-843f-5619ae0b449a": {
      "main": [
        [
          {
            "node": "42f9b629-1428-44da-823f-4522b87a5e5d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "42f9b629-1428-44da-823f-4522b87a5e5d": {
      "main": [
        [
          {
            "node": "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c8c699ae-970b-4ab6-b559-b07e770bc8a1": {
      "ai_tool": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391": {
      "ai_tool": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "caa04614-4d25-4946-bd71-72dfa42251f6": {
      "ai_languageModel": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "ad09148a-f2eb-446f-9c10-464cf52f4a00": {
      "main": [
        [
          {
            "node": "3d24fc0e-eef0-48c7-8437-94b298a8b887",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d": {
      "main": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d1aa5807-f63a-48a5-9c03-b9e8b1f4a7d8": {
      "ai_embedding": [
        [
          {
            "node": "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391",
            "type": "ai_embedding",
            "index": 0
          },
          {
            "node": "c8c699ae-970b-4ab6-b559-b07e770bc8a1",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - エンジニアリング, 人工知能

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34