OpenAI GPT-4.1-MiniとSupabaseデータベース知識ベースを活用したAIチャットボット

中級

これはInternal Wiki, AI Chatbot分野の自動化ワークフローで、9個のノードを含みます。主にSupabaseTool, Agent, ChatTrigger, LmChatOpenAi, MemoryBufferWindowなどのノードを使用。 OpenAI GPT-4.1-MiniとSupabaseデータベース知識ベースを活用したAIチャットボット

前提条件
  • Supabase URL と API Key
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "cba9e349b601c19a1409b9fd06680aff0a77829be13c8aad9a858d4cea7ff290",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "f9bc9b12-0cbd-4be4-8408-ce69ee0dfc37",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        736
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "a0cc3e0b-3f9d-4706-b37d-85ad3be5d22a",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        304,
        736
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "67525380-20cc-4c60-b9eb-6642839e689c",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        656,
        736
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bf56dce1-994a-4ed2-9b98-a1ae5d653c03",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f97b26e5-704c-48b1-9555-ac4269e663a1",
      "name": "OpenAI チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        96,
        576
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "53eabcc1-995e-4c43-8431-cc7b008006e1",
      "name": "チャットの開始",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        48,
        352
      ],
      "webhookId": "cf1de04f-3e38-426c-89f0-3bdb110a5dcf",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "4c6e4420-ba39-421a-a946-4722e0be7fe3",
      "name": "スマートAIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        304,
        352
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "9e5fdb8d-5b4f-4681-86c1-2bf0c966c3b5",
      "name": "チャット履歴を記憶",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        416,
        576
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "39af080d-d85f-48b9-831b-d0ead3079fdc",
      "name": "Supabase データベース",
      "type": "n8n-nodes-base.supabaseTool",
      "position": [
        752,
        576
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "f97b26e5-704c-48b1-9555-ac4269e663a1": {
      "ai_languageModel": [
        [
          {
            "node": "4c6e4420-ba39-421a-a946-4722e0be7fe3",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "39af080d-d85f-48b9-831b-d0ead3079fdc": {
      "ai_tool": [
        [
          {
            "node": "4c6e4420-ba39-421a-a946-4722e0be7fe3",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9e5fdb8d-5b4f-4681-86c1-2bf0c966c3b5": {
      "ai_memory": [
        [
          {
            "node": "4c6e4420-ba39-421a-a946-4722e0be7fe3",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "53eabcc1-995e-4c43-8431-cc7b008006e1": {
      "main": [
        [
          {
            "node": "4c6e4420-ba39-421a-a946-4722e0be7fe3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 内部Wiki, AIチャットボット

有料ですか?

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

関連ワークフロー

OpenAI GPT-4 Miniを活用したBaserowデータベース検索AIチャットボット
OpenAI GPT-4 Miniを使用してBaserowデータベースを検索するAIチャットボット
Baserow Tool
Agent
Chat Trigger
+
Baserow Tool
Agent
Chat Trigger
9 ノードGegenfeld
サポートチャットボット
動のMongoDB知識ベースチャットボット
OpenAI GPTに基づく動のMongoDB知識ベースチャットボット
Mongo Db Tool
Agent
Chat Trigger
+
Mongo Db Tool
Agent
Chat Trigger
9 ノードGegenfeld
内部Wiki
GPT-4o チャットインターフェースと可視化レポートを備えたインタラクティブな Snowflake データブラウザーを作成する
GPT-4o チャットインターフェースと視覚化レポートを備えたインタラクティブな Snowflake データブラウザーを作成
If
Set
Webhook
+
If
Set
Webhook
28 ノードMark Shcherbakov
内部Wiki
GPT-4o チャットで自然言語クエリから BigQuery SQL を生成
GPT-4o チャットを使って自然言語クエリから BigQuery SQL を生成する
Code
Merge
Aggregate
+
Code
Merge
Aggregate
13 ノードRobert Breen
内部Wiki
OpenAIとNotionを使用して、ウェブサイトに埋め込める知識ベースチャットボットを作成する
OpenAIとNotionを使ってウェブサイトに埋め込める知識ベースチャットボットを作成
Notion Tool
Agent
Chat Trigger
+
Notion Tool
Agent
Chat Trigger
9 ノードGegenfeld
サポートチャットボット
OpenAI GPT と Airtable 知識ベースを使用したインタラクティブなチャットボットの作成
OpenAI GPTとAirtableのKnowledge Baseを使用したスマートチャットボットを作成する
Airtable Tool
Agent
Chat Trigger
+
Airtable Tool
Agent
Chat Trigger
9 ノードGegenfeld
サポートチャットボット
ワークフロー情報
難易度
中級
ノード数9
カテゴリー2
ノードタイプ6
難易度説明

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

作成者
Gegenfeld

Gegenfeld

@gegenfeld

We at Gegenfeld are an EdTech platform dedicated to delivering high-quality on-demand courses and interactive training sessions for professional development at all skill levels. With our commitment to "Accelerate your future," we empower professionals to enhance their expertise through engaging, industry-focused learning experiences. On n8n, we share some of the workflows used in our interactive training to provide deeper insights and practical applications.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34