mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
fix: graphrag node url
This commit is contained in:
parent
6051016684
commit
07e11e4915
@ -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…
Reference in New Issue
Block a user