OpenAI GPT と Airtable 知識ベースを使用したインタラクティブなチャットボットの作成
これはSupport Chatbot, AI RAG分野の自動化ワークフローで、9個のノードを含みます。主にAirtableTool, Agent, ChatTrigger, LmChatOpenAi, MemoryBufferWindowなどのノードを使用。 OpenAI GPTとAirtableのKnowledge Baseを使用したスマートチャットボットを作成する
- •Airtable API Key
- •OpenAI API Key
{
"meta": {
"instanceId": "cba9e349b601c19a1409b9fd06680aff0a77829be13c8aad9a858d4cea7ff290"
},
"nodes": [
{
"id": "dcca2d23-15fa-417b-a126-b7e654c73cf6",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "515f872d-8e26-481b-8eeb-e8f7fb9914a6",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
64,
560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8e4bff7d-a759-4600-a4f8-45f998354eb2",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ecea4d58-50c7-4778-8f5c-d05de0f07554",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-96,
-80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9061e1c2-7c9b-482b-a7c9-04e32333fb98",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-144,
400
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "c5ecac3c-3841-4879-873e-18cc64fe2c66",
"name": "Airtable Database",
"type": "n8n-nodes-base.airtableTool",
"position": [
496,
400
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "5e4f7b05-437e-444a-854c-bd1ebe431e6c",
"name": "チャット会話を開始",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-192,
176
],
"webhookId": "cf1de04f-3e38-426c-89f0-3bdb110a5dcf",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "238d4ef4-0c07-4858-ba5a-00ab9f184bb1",
"name": "スマートAIエージェント",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
64,
176
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "5be2fd82-7256-4f70-a15e-00ca35037555",
"name": "チャット履歴を記憶",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
176,
400
],
"parameters": {},
"typeVersion": 1.3
}
],
"pinData": {},
"connections": {
"c5ecac3c-3841-4879-873e-18cc64fe2c66": {
"ai_tool": [
[
{
"node": "238d4ef4-0c07-4858-ba5a-00ab9f184bb1",
"type": "ai_tool",
"index": 0
}
]
]
},
"9061e1c2-7c9b-482b-a7c9-04e32333fb98": {
"ai_languageModel": [
[
{
"node": "238d4ef4-0c07-4858-ba5a-00ab9f184bb1",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"5be2fd82-7256-4f70-a15e-00ca35037555": {
"ai_memory": [
[
{
"node": "238d4ef4-0c07-4858-ba5a-00ab9f184bb1",
"type": "ai_memory",
"index": 0
}
]
]
},
"5e4f7b05-437e-444a-854c-bd1ebe431e6c": {
"main": [
[
{
"node": "238d4ef4-0c07-4858-ba5a-00ab9f184bb1",
"type": "main",
"index": 0
}
]
]
}
}
}このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - サポートチャットボット, AI RAG検索拡張
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Gegenfeld
@gegenfeldWe 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.
このワークフローを共有