fix: 修复健康检查 venv 路径、HTML 标题及硬编码 Windows 路径

- health check 改用 sys.executable 动态获取 Python 路径,适配容器内 /opt/venv
- demo 数据 fallback 路径修正,移除硬编码的 F:/GraphRAGAgent Windows 路径
- 前端 index.html 标题从"构建产品原型"改为"GraphRAG Studio"
This commit is contained in:
2026-06-17 22:27:46 +08:00
parent 1d12cb574e
commit 09d10de6d5
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>构建产品原型</title>
<title>GraphRAG Studio</title>
</head>
<body>