The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Seiton Brain \u2014 Knowledge Backend (on indexed)",
"nodes": [
{
"parameters": {},
"id": "a1b2c3d4-4444-4000-8000-000000000041",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "sample-title",
"name": "title",
"value": "Async DB in Celery",
"type": "string"
},
{
"id": "sample-vault-path",
"name": "vault_path",
"value": "Work/Async DB in Celery.md",
"type": "string"
}
]
},
"options": {}
},
"id": "b2c3d4e5-4444-4000-8000-000000000042",
"name": "Simuliert note.indexed",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
300
]
},
{
"parameters": {
"method": "GET",
"url": "=http://host.docker.internal:8000/v1/notes/search?q={{ encodeURIComponent($json.title) }}&semantic=true&limit=3",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Seiton-Api-Key",
"value": "REPLACE_WITH_SEITON_API_KEY"
}
]
},
"options": {}
},
"id": "c3d4e5f6-4444-4000-8000-000000000043",
"name": "Semantische Suche",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
700,
300
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "result-msg",
"name": "message",
"value": "=Brain lieferte {{ $json.results.length }} Treffer fuer \"{{ $('Simuliert note.indexed').item.json.title }}\"",
"type": "string"
}
]
},
"options": {}
},
"id": "d4e5f6a7-4444-4000-8000-000000000044",
"name": "Ergebnis \u2014 Slack/Mail hier",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
920,
300
]
},
{
"parameters": {
"content": "## E17-7 Knowledge Backend\n\nSimuliert den Payload von `note.indexed` und ruft die Retrieval-API auf.\n\nLive: Ausgang **Indexed \u2014 Retrieval hier** in Workflow 02 hier anschliessen (oder eigenen Webhook-Filter auf `note.indexed`).\n\nVoraussetzung: `EMBEDDINGS_ENABLED=true` + Backfill-Sync.\n\nDoku: docs/integrations/knowledge-retrieval.md",
"height": 220,
"width": 380
},
"id": "e5f6a7b8-4444-4000-8000-000000000045",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
60
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Simuliert note.indexed",
"type": "main",
"index": 0
}
]
]
},
"Simuliert note.indexed": {
"main": [
[
{
"node": "Semantische Suche",
"type": "main",
"index": 0
}
]
]
},
"Semantische Suche": {
"main": [
[
{
"node": "Ergebnis \u2014 Slack/Mail hier",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "e17-07-knowledge-backend",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": [
{
"name": "seiton-brain"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Seiton Brain — Knowledge Backend (on indexed). Uses httpRequest. Event-driven trigger; 5 nodes.
Source: https://github.com/LeekiGitHub/Seiton-Brain/blob/3bf662bb9bcbad4e94dc9d8869f3b2e275716f8a/examples/n8n/04-knowledge-backend-on-indexed.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba