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": "LightRAG Request",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "f0d975da-dbad-4130-86f3-10bd51e6ccd3",
"name": "When clicking \u2018Test workflow\u2019"
},
{
"parameters": {
"method": "POST",
"url": "https://lightrag.4u70m471c4.com/login",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
}
]
},
"sendBody": true,
"contentType": "form-urlencoded",
"bodyParameters": {
"parameters": [
{
"name": "grant_type",
"value": "password"
},
{
"name": "username",
"value": "admin_user"
},
{
"name": "password",
"value": "NUIibuscvyasrbvYSRvBSDvhSGEvay7w4tlhfurdgabrg"
},
{
"name": "scope"
},
{
"name": "client_id",
"value": "string"
},
{
"name": "client_secret",
"value": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
220,
0
],
"id": "66c1c5ee-67e7-479e-95e0-139e43864386",
"name": "LighRAG Login"
},
{
"parameters": {
"method": "POST",
"url": "https://lightrag.4u70m471c4.com/query",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $json.access_token }}"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "query",
"value": "\u041a\u0442\u043e \u0442\u0430\u043a\u043e\u0439 \u0420\u0443\u0441\u043b\u0430\u043d?"
},
{
"name": "mode",
"value": "global"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
440,
0
],
"id": "f7e0e76f-200f-408e-b0ee-5a5e5c884acf",
"name": "HTTP Request"
}
],
"connections": {
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "LighRAG Login",
"type": "main",
"index": 0
}
]
]
},
"LighRAG Login": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": [],
"id": "DtamTGpNcUWly8bk",
"versionId": "c75a3aa4-e81f-4d0b-96f5-12d8df005431"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LightRAG Request. Uses httpRequest. Event-driven trigger; 3 nodes.
Source: https://github.com/kossakovsky/n8n-install/blob/6b223b89648511a1df779e2c60fdd6cc88f62add/n8n/backup/workflows/LightRAG_Request.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.
This workflow creates an image with the new OpenAI image model "GPT-Image-1" based on a form input. Form trigger (image prompt and image size input) Generate the Image via OpenAI API. Return the image
This n8n workflow demonstrates how to build an automated AI chat system using OpenRouter.ai. It includes a manual trigger, sets a model and user message, sends a POST request to the OpenRouter chat AP
Przykład. Uses readWriteFile, httpRequest. Event-driven trigger; 3 nodes.
Tollgate OpenAI Chat (smoke). Uses httpRequest. Event-driven trigger; 2 nodes.
legal_rag_telegram_api_current_github_ready. Uses telegramTrigger, httpRequest. Event-driven trigger; 56 nodes.