{
  "name": "Arxiv paper summarization with ChatGPT",
  "nodes": [
    {
      "id": "cf2bfb6d-c5ae-46e8-9382-274f37129291",
      "name": "Summarization Chain",
      "type": "@n8n/n8n-nodes-langchain.chainSummarization",
      "position": [
        1000,
        0
      ]
    },
    {
      "id": "b1ab5c2c-f7df-4f2b-bf2d-e3f11a76b691",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1000,
        140
      ]
    },
    {
      "id": "da17d97e-218a-466d-b356-ccdb63120626",
      "name": "Request to Paper Page",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        340,
        0
      ]
    },
    {
      "id": "034a05a8-78ef-4037-a41d-e2ae7e747378",
      "name": "Extract Contents",
      "type": "n8n-nodes-base.html",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "88cae164-4e9c-40ab-bbd7-b070863d222d",
      "name": "Split out All Sections",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "047ca863-0ffc-40e2-ac1e-57cdea011063",
      "name": "Remove useless links",
      "type": "n8n-nodes-base.set",
      "position": [
        840,
        0
      ]
    },
    {
      "id": "3ccb4f31-fd75-4eac-be93-08b22c48ea7f",
      "name": "Aggregate summarzied content",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1300,
        0
      ]
    },
    {
      "id": "f836d2c0-a28c-4704-a2cc-ec13e3dabfd7",
      "name": "Reorganize Paper Summary",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1440,
        0
      ]
    },
    {
      "id": "99d0edeb-5265-45c8-ad5f-7158bbd0e5d8",
      "name": "Content Extractor",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        1740,
        0
      ]
    },
    {
      "id": "71e4f88d-a13f-4d1e-a6af-73c3570dc1b7",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1920,
        140
      ]
    },
    {
      "id": "b82b133e-b2e5-4ed6-9157-f0b4cdd3e4d3",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        140,
        0
      ]
    },
    {
      "id": "1789c207-0d0d-4aaa-a6a7-0185972ce8ad",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2060,
        0
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Request to Paper Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Contents": {
      "main": [
        [
          {
            "node": "Split out All Sections",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Content Extractor": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Summarization Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Content Extractor",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Summarization Chain": {
      "main": [
        [
          {
            "node": "Aggregate summarzied content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove useless links": {
      "main": [
        [
          {
            "node": "Summarization Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Request to Paper Page": {
      "main": [
        [
          {
            "node": "Extract Contents",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split out All Sections": {
      "main": [
        [
          {
            "node": "Remove useless links",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reorganize Paper Summary": {
      "main": [
        [
          {
            "node": "Content Extractor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate summarzied content": {
      "main": [
        [
          {
            "node": "Reorganize Paper Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}