fix: graphrag node url

This commit is contained in:
kangfenmao
2024-08-17 21:30:04 +08:00
parent 6051016684
commit 07e11e4915
+1 -1
View File
@@ -54,7 +54,7 @@
}
})
.onNodeClick((node) => {
const url = `${apiUrl}/v1/references/${modelId}/relationships/${node.properties.human_readable_id}`
const url = `${apiUrl}/v1/references/${modelId}/entities/${node.properties.human_readable_id}`
window.api.minApp({
url,
windowOptions: {