Einen in eine Website einbettbaren Wissensbasis-Chatbot mit OpenAI und Notion erstellen
Dies ist ein Support Chatbot, AI RAG-Bereich Automatisierungsworkflow mit 9 Nodes. Hauptsächlich werden NotionTool, Agent, ChatTrigger, LmChatOpenAi, MemoryBufferWindow und andere Nodes verwendet. Erstellen Sie einen Wissensbasis-Chatbot, der in eine Website eingebettet werden kann, mit OpenAI und Notion
- •Notion API Key
- •OpenAI API Key
Verwendete Nodes (9)
Kategorie
{
"meta": {
"instanceId": "cba9e349b601c19a1409b9fd06680aff0a77829be13c8aad9a858d4cea7ff290",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "889783dd-88c8-4344-ab75-26ff93abbc03",
"name": "Haftnotiz1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-416,
528
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "de6ea262-83f6-4411-bd3a-a594f52e4967",
"name": "Haftnotiz2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-128,
528
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0dfc989d-7dd2-4b9c-b0d9-245e28a90c68",
"name": "Haftnotiz3",
"type": "n8n-nodes-base.stickyNote",
"position": [
224,
528
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "55c51c3f-8c2e-41e5-a956-c5f5f936b21b",
"name": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
-288,
-112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e8b9d000-d0ac-4574-9db8-7f286dcf5b58",
"name": "OpenAI-Chat-Modell",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-336,
368
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "6d3f259c-2d95-4d52-b270-c7f0bfb41a69",
"name": "Chat-Konversation starten",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-384,
144
],
"webhookId": "cf1de04f-3e38-426c-89f0-3bdb110a5dcf",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "93e69333-6752-4dc7-85e7-76e2a3140a9e",
"name": "Smart KI-Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-128,
144
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "683ce86c-ee1c-4809-a775-d949a3795354",
"name": "Chat-Verlauf speichern",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-16,
368
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "c0c049f9-81f4-47a4-ad8f-e6a9f1049a99",
"name": "Notion Datenbank setzen & abrufen",
"type": "n8n-nodes-base.notionTool",
"position": [
320,
368
],
"parameters": {},
"typeVersion": 2.2
}
],
"pinData": {},
"connections": {
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Smart AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"683ce86c-ee1c-4809-a775-d949a3795354": {
"ai_memory": [
[
{
"node": "Smart AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"6d3f259c-2d95-4d52-b270-c7f0bfb41a69": {
"main": [
[
{
"node": "Smart AI Agent",
"type": "main",
"index": 0
}
]
]
},
"c0c049f9-81f4-47a4-ad8f-e6a9f1049a99": {
"ai_tool": [
[
{
"node": "Smart AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Support-Chatbot, KI RAG
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
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.
Diesen Workflow teilen