fix: graphrag node url
This commit is contained in:
parent
4d7a3bb8c3
commit
42327836de
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user