fix(graph): Fixed the issue of incorrect handling of edges and nodes during node ID updates

This commit is contained in:
choizhang
2025-04-12 10:36:05 +08:00
parent 7e3e685763
commit ea43f3537e
6 changed files with 164 additions and 43 deletions

View File

@@ -236,6 +236,15 @@
"vectorStorage": "向量存储"
},
"propertiesView": {
"errors": {
"duplicateName": "节点名称已存在",
"updateFailed": "更新节点失败",
"tryAgainLater": "请稍后重试"
},
"success": {
"entityUpdated": "节点更新成功",
"relationUpdated": "关系更新成功"
},
"node": {
"title": "节点",
"id": "ID",