{
  "name": "Handle guest inquiries for multiple rentals with Pinecone Assistant and GPT-4.1",
  "nodes": [
    {
      "id": "b983b51c-4709-4a45-8cc5-7c5985810de3",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -160,
        -208
      ]
    },
    {
      "id": "60df5529-cf56-4159-9dd5-d2d9ae5e5738",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        176,
        -192
      ]
    },
    {
      "id": "413f1cea-1f04-4bf6-be96-656b7b7aa530",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -16,
        112
      ]
    },
    {
      "id": "bac22b72-2f09-406c-b68d-5a1139595263",
      "name": "Download new file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        208,
        -1024
      ]
    },
    {
      "id": "2bf09a95-b3d2-4f34-b791-a19b6e1573c7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -544,
        -1136
      ],
      "parameters": {
        "width": 1504,
        "height": 752,
        "content": "## Step 1: Upload property data to Pinecone Assistant"
      }
    },
    {
      "id": "0dd6b20c-9e6a-4722-b26d-1a7160940326",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -544,
        -336
      ],
      "parameters": {
        "width": 1504,
        "height": 736,
        "content": "## Step 2: Get answers about a specific property"
      }
    },
    {
      "id": "4ea04c91-a7ac-4259-9b1e-d80bf0674d2e",
      "name": "Hillcrest file added",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -240,
        -1024
      ]
    },
    {
      "id": "c9841786-4c51-4ad8-952f-102addd4fabe",
      "name": "Birchwood file added",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -240,
        -816
      ]
    },
    {
      "id": "770a7655-a1aa-4ee7-a485-441a976031c2",
      "name": "Lakeside file added",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -240,
        -608
      ]
    },
    {
      "id": "9603bfef-bfab-4102-a0f4-e6df7653ea63",
      "name": "Upload file to Hillcrest Assistant",
      "type": "@pinecone-database/n8n-nodes-pinecone-assistant.pineconeAssistant",
      "position": [
        608,
        -1024
      ]
    },
    {
      "id": "0d905bbf-2d7b-4251-b37a-3d69d52881e9",
      "name": "Download new file1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        208,
        -816
      ]
    },
    {
      "id": "e0a45c54-effd-4fb2-8876-e3115c911f9d",
      "name": "Upload file to Birchwood Assistant",
      "type": "@pinecone-database/n8n-nodes-pinecone-assistant.pineconeAssistant",
      "position": [
        608,
        -816
      ]
    },
    {
      "id": "fbaa2fd0-c869-4472-b5ef-8fdc62447004",
      "name": "Download new file2",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        208,
        -608
      ]
    },
    {
      "id": "969a328c-a1ec-4d68-95f2-8ee4e3c25e84",
      "name": "Upload file to Lakeside Assistant",
      "type": "@pinecone-database/n8n-nodes-pinecone-assistant.pineconeAssistant",
      "position": [
        608,
        -608
      ]
    },
    {
      "id": "e5e9c49a-b5bf-493b-85cf-4d523fb56bc0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1088,
        -1136
      ],
      "parameters": {
        "width": 512,
        "height": 1536,
        "content": "![Pinecone logo](https://www.pinecone.io/images/pinecone-logo-for-n8n-templates.png)\n\n\n## Try it out\n\nThis workflow shows you how a vacation rental property manager can manage multiple properties each"
      }
    },
    {
      "id": "6ddf9274-cc0f-4801-8ac4-4b6295b50716",
      "name": "Hillcrest assistant",
      "type": "@pinecone-database/n8n-nodes-pinecone-assistant.pineconeAssistantTool",
      "position": [
        352,
        208
      ]
    },
    {
      "id": "780a4404-9ceb-49ac-9a8a-6c3ed1950f90",
      "name": "Conversational memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        160,
        112
      ]
    },
    {
      "id": "50a96294-7ded-4354-866a-8d0c9ed7c12c",
      "name": "Lakeside assistant",
      "type": "@pinecone-database/n8n-nodes-pinecone-assistant.pineconeAssistantTool",
      "position": [
        528,
        160
      ]
    },
    {
      "id": "e71a38d8-a463-417f-8841-4193591fb52f",
      "name": "Birchwood assistant",
      "type": "@pinecone-database/n8n-nodes-pinecone-assistant.pineconeAssistantTool",
      "position": [
        640,
        -32
      ]
    }
  ],
  "connections": {
    "Download new file": {
      "main": [
        [
          {
            "node": "Upload file to Hillcrest Assistant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Download new file1": {
      "main": [
        [
          {
            "node": "Upload file to Birchwood Assistant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download new file2": {
      "main": [
        [
          {
            "node": "Upload file to Lakeside Assistant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Lakeside assistant": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Birchwood assistant": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Hillcrest assistant": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Lakeside file added": {
      "main": [
        [
          {
            "node": "Download new file2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Birchwood file added": {
      "main": [
        [
          {
            "node": "Download new file1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Hillcrest file added": {
      "main": [
        [
          {
            "node": "Download new file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Conversational memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}