From 860677b1048c546fe35197ccf2175fa5aa33fd87 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Thu, 11 Dec 2025 14:05:44 +0800 Subject: [PATCH] Update GraphPanel.vue and WorkbenchPanel.vue for improved UI and clarity - Changed maximize button icon for better visual representation. - Revised descriptions in WorkbenchPanel.vue to enhance clarity and context regarding ontology generation and graph building processes. - Updated step titles and descriptions to reflect more accurate terminology and user guidance. --- frontend/src/components/GraphPanel.vue | 2 +- frontend/src/components/WorkbenchPanel.vue | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/GraphPanel.vue b/frontend/src/components/GraphPanel.vue index 767f8d1..e42b85b 100644 --- a/frontend/src/components/GraphPanel.vue +++ b/frontend/src/components/GraphPanel.vue @@ -9,7 +9,7 @@ Refresh diff --git a/frontend/src/components/WorkbenchPanel.vue b/frontend/src/components/WorkbenchPanel.vue index 041c80d..a316140 100644 --- a/frontend/src/components/WorkbenchPanel.vue +++ b/frontend/src/components/WorkbenchPanel.vue @@ -18,7 +18,7 @@
POST /api/graph/ontology/generate
- 上传文档后,LLM分析文档内容,自动生成适合舆论模拟的本体结构(实体类型 + 关系类型)。 + LLM分析文档内容与模拟需求,梳理出现实种子,自动生成合适的本体结构
@@ -110,7 +110,7 @@POST /api/graph/build
- 基于生成的本体,将文档分块后调用 Zep API 构建知识图谱,提取实体和关系。 + 基于生成的本体,将文档自动分块后调用 Zep 构建知识图谱,提取实体和关系,并形成时序记忆与社区摘要
@@ -156,7 +156,7 @@图谱构建已完成,请进入下一步进行环境参数配置。
+图谱构建已完成,请进入下一步进行模拟环境搭建