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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user