From 00fc2f9b0c9e3b129caeee2938652b6fe31d07de Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Wed, 4 Jun 2025 15:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProcessFlow.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProcessFlow.md b/ProcessFlow.md index 512b3fd..4023c91 100644 --- a/ProcessFlow.md +++ b/ProcessFlow.md @@ -8,3 +8,6 @@ graph LR C --> D[TextIntentDetector
判断文本是否在预定义意图列表中] D --> E[IntentMetadataExtractor
根据意图提取领域元数据和属性名] E --> F[AttributeTripleExtractor
提取与领域元数据对应的属性信息] + F --> G[QAIntentDetection
提取用户问题对应的意图列表] + G --> H[Text2Cypher
将意图转换为Cypher查询] + H --> I[QAAssistant
使用查询出的数据回答用户问题] \ No newline at end of file