{
  "name": "Auto-triage GitHub issues with GPT-4o, Pinecone",
  "nodes": [
    {
      "id": "caa04614-4d25-4946-bd71-72dfa42251f6",
      "name": "4o, 4o-mini, etc1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -40,
        -80
      ]
    },
    {
      "id": "25e3bd45-113c-45cf-b40b-90c9c12e2222",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        -20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "77c6eac4-a0d7-42ef-843f-5619ae0b449a",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -240,
        -180
      ]
    },
    {
      "id": "3d24fc0e-eef0-48c7-8437-94b298a8b887",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        280,
        -160
      ]
    },
    {
      "id": "42f9b629-1428-44da-823f-4522b87a5e5d",
      "name": "CHANGE THESE!!!",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        -20
      ]
    },
    {
      "id": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
      "name": "Github Issue Hints",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -40,
        -180
      ]
    },
    {
      "id": "c8c699ae-970b-4ab6-b559-b07e770bc8a1",
      "name": "Code Vector Read",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        0,
        40
      ]
    },
    {
      "id": "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391",
      "name": "Docs Vector Read",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        0,
        160
      ]
    },
    {
      "id": "d1aa5807-f63a-48a5-9c03-b9e8b1f4a7d8",
      "name": "Use Text Embedding 3 LARGE",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        320,
        100
      ]
    },
    {
      "id": "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d",
      "name": "These too if you want",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        160
      ]
    },
    {
      "id": "bab488d5-787e-48e8-848d-cf23b7ec84f0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "7e1c72e8-df34-4bc7-b088-dc6a4f09889f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -200
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "CHANGE THESE!!!",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "CHANGE THESE!!!": {
      "main": [
        [
          {
            "node": "These too if you want",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code Vector Read": {
      "ai_tool": [
        [
          {
            "node": "Github Issue Hints",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Docs Vector Read": {
      "ai_tool": [
        [
          {
            "node": "Github Issue Hints",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "4o, 4o-mini, etc1": {
      "ai_languageModel": [
        [
          {
            "node": "Github Issue Hints",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Github Issue Hints": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "These too if you want": {
      "main": [
        [
          {
            "node": "Github Issue Hints",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Use Text Embedding 3 LARGE": {
      "ai_embedding": [
        [
          {
            "node": "Docs Vector Read",
            "type": "ai_embedding",
            "index": 0
          },
          {
            "node": "Code Vector Read",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    }
  }
}