DOCS/workflow/03_rag/rag_search_grounding_request.json
happybell80 64ef0deaee docs(workflow): RAG 03_rag 흐름 문서화 및 JSON settings 필드 추가
- workflow/03_rag/README.md: RAG 워크플로우 인덱스 SSOT
- 4개 흐름 문서 추가 (companyx_grounding, rag_search, rag_upload, skill_embedding)
- workflow README에 03_rag 인덱스 섹션 연결
- JSON 4개에 settings 필드 추가

Made-with: Cursor
2026-03-19 18:31:27 +09:00

72 lines
1.9 KiB
JSON

{
"name": "robeing-rag-search-grounding-request",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "rag/search",
"responseMode": "responseNode",
"options": {}
},
"id": "rag-search-001",
"name": "Webhook In",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [200, 220]
},
{
"parameters": {
"method": "POST",
"url": "=http://192.168.219.52:8508/api/search",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "X-User-Id",
"value": "=system"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ $json.body }}",
"options": {
"response": {
"response": {
"fullResponse": true
}
}
}
},
"id": "rag-search-002",
"name": "Call skill-rag-file Search",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [460, 220]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ $json.body || $json }}",
"options": {}
},
"id": "rag-search-003",
"name": "Return Response",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [700, 220]
}
],
"connections": {
"Webhook In": { "main": [[{ "node": "Call skill-rag-file Search", "type": "main", "index": 0 }]] },
"Call skill-rag-file Search": { "main": [[{ "node": "Return Response", "type": "main", "index": 0 }]] }
},
"settings": {},
"pinData": {},
"meta": { "templateCredsSetupCompleted": true, "instanceId": "robeing-rag" }
}