XMLファイルとのチャット
中級
これはDocument Extraction, AI RAG分野の自動化ワークフローで、10個のノードを含みます。主にSet, Xml, Code, HttpRequest, Agentなどのノードを使用。 GPTとLangChainを使用してチャットXMLファイルを分析
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •OpenAI API Key
使用ノード (10)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "1pfNtfDuGq3yud8G",
"meta": {
"instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03",
"templateCredsSetupCompleted": true
},
"name": "Chat with XML File",
"tags": [],
"nodes": [
{
"id": "4f235bd2-f128-4875-958a-2cddc66c05c8",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
-200,
240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "28d8e809-12d7-4381-9e0b-7c4ac95f0739",
"name": "OpenAI チャットモデル",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
40,
0
],
"parameters": {
"model": "gpt-3.5-turbo-0125",
"options": {
"temperature": 0
}
},
"credentials": {
"openAiApi": {
"id": "xGszewSHddi4rRZl",
"name": "OpenAi account"
}
},
"typeVersion": 1
},
{
"id": "dba1ce53-98d8-4337-a7cf-47b13a7afc08",
"name": "Chat Trigger",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-200,
-120
],
"webhookId": "2b9d9c42-adf4-425d-b0a5-e4f60c750e63",
"parameters": {},
"typeVersion": 1
},
{
"id": "cb21eb41-af05-447b-89eb-627c7f5f0e4e",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
20,
-220
],
"parameters": {
"agent": "reActAgent",
"options": {
"suffix": "Here is an XML file. Please parse it and answer questions based on its structure and content. I might ask you to extract specific nodes, attributes, or explain its hierarchy. First, read and understand the XML. Then wait for my questions."
}
},
"typeVersion": 1.3
},
{
"id": "aa4a86eb-c634-4a03-a127-0c2c47932ba9",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
240,
240
],
"parameters": {
"url": "={{ $json.xml_url }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "14deaea3-f968-48fa-8979-2d65f8251ce7",
"name": "XML",
"type": "n8n-nodes-base.xml",
"position": [
460,
240
],
"parameters": {
"options": {}
},
"typeVersion": 1
},
{
"id": "99775ddb-ddbb-426c-a008-442201212c66",
"name": "Get XML",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
160,
0
],
"parameters": {
"workflowId": {
"__rl": true,
"mode": "id",
"value": "1pfNtfDuGq3yud8G"
},
"description": "Get XML",
"workflowInputs": {
"value": {},
"schema": [],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"typeVersion": 2.2
},
{
"id": "f4535013-2fe7-4ccc-b01d-0fe1fc161251",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-920,
-160
],
"parameters": {
"width": 620,
"height": 520,
"content": "## Chat with XML\n- Triggered via webhook or manual execution.\n- Sets and fetches an external XML feed URL.\n- Parses the XML into a readable format.\n- Connects OpenAI GPT via LangChain for intelligent chat.\n- AI agent answers questions like extracting nodes, attributes, or structure from the XML.\n"
},
"typeVersion": 1
},
{
"id": "14e9e36d-b6ec-43a1-8094-308e925f6b87",
"name": "Prepare output",
"type": "n8n-nodes-base.code",
"position": [
680,
240
],
"parameters": {
"jsCode": "return {\n 'response': $input.all()\n}"
},
"typeVersion": 2
},
{
"id": "e93ae034-9c9b-4dac-b694-a37ec55cfbef",
"name": "Set XML URL",
"type": "n8n-nodes-base.set",
"position": [
20,
240
],
"parameters": {
"fields": {
"values": [
{
"name": "xml_url",
"stringValue": "https://www.w3schools.com/xml/note.xml"
}
]
},
"options": {}
},
"typeVersion": 3.2
}
],
"active": false,
"pinData": {
"Execute Workflow Trigger": [
{
"json": {
"query": "222",
"operation": "row"
}
}
]
},
"settings": {
"executionOrder": "v1"
},
"versionId": "7c401d7f-c51d-40c5-982d-0751a92fd048",
"connections": {
"14deaea3-f968-48fa-8979-2d65f8251ce7": {
"main": [
[
{
"node": "14e9e36d-b6ec-43a1-8094-308e925f6b87",
"type": "main",
"index": 0
}
]
]
},
"99775ddb-ddbb-426c-a008-442201212c66": {
"ai_tool": [
[
{
"node": "cb21eb41-af05-447b-89eb-627c7f5f0e4e",
"type": "ai_tool",
"index": 0
}
]
]
},
"e93ae034-9c9b-4dac-b694-a37ec55cfbef": {
"main": [
[
{
"node": "aa4a86eb-c634-4a03-a127-0c2c47932ba9",
"type": "main",
"index": 0
}
]
]
},
"dba1ce53-98d8-4337-a7cf-47b13a7afc08": {
"main": [
[
{
"node": "cb21eb41-af05-447b-89eb-627c7f5f0e4e",
"type": "main",
"index": 0
}
]
]
},
"aa4a86eb-c634-4a03-a127-0c2c47932ba9": {
"main": [
[
{
"node": "14deaea3-f968-48fa-8979-2d65f8251ce7",
"type": "main",
"index": 0
}
]
]
},
"28d8e809-12d7-4381-9e0b-7c4ac95f0739": {
"ai_languageModel": [
[
{
"node": "cb21eb41-af05-447b-89eb-627c7f5f0e4e",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"4f235bd2-f128-4875-958a-2cddc66c05c8": {
"main": [
[
{
"node": "e93ae034-9c9b-4dac-b694-a37ec55cfbef",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 文書抽出, AI RAG検索拡張
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
コンテキスト・ハイブリッドRAG AIコピー
RAGアプリケーション向けのGoogle DriveからSupabaseコンテキストベクトルデータベースへの同期
If
Set
Code
+
If
Set
Code
76 ノードMichael Taleb
AI RAG検索拡張
Kimi-K2、Gemini埋め込み、Qdrantを使ってドキュメントRAGシステムを構築する
Kimi-K2、Gemini埋め込み、およびQdrantを使ったドキュメントRAGシステムの構築
Set
Split Out
Qdrant
+
Set
Split Out
Qdrant
35 ノードJimleuk
文書抽出
BigQuery RAGにOpenAI埋め込みを使用
BigQuery RAGとOpenAIを使ってドキュメントに関連する質問に回答する
Set
Http Request
Agent
+
Set
Http Request
Agent
24 ノードDataki
その他
ドキュメントエージェントテンプレート
ジェミニとGoogle Driveを使ってテンプレートからカスタムPDF文書を作成
If
Set
Code
+
If
Set
Code
36 ノードOzgur Karateke
文書抽出
AIエージェント:LinkedIn人脈を数秒で高精度でマッチング
AIエージェント:LinkedInビジネスネットワークを数秒で正確にマッチング
Set
Code
Split Out
+
Set
Code
Split Out
15 ノードBadr
人工知能
✨🩷自動化ソーシャルメディアコンテンツ公開工厂 + 系统提示组合
基于动态系统提示とGPT-4oのAI驱动多平台ソーシャルメディアコンテンツ工厂
If
Set
Code
+
If
Set
Code
100 ノードAmit Mehta
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数10
カテゴリー2
ノードタイプ10
作成者
Sarfaraz Muhammad Sajib
@sarfarazmuhammad外部リンク
n8n.ioで表示 →
このワークフローを共有