mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 14:59:27 +08:00
fix: graphrag node url
This commit is contained in:
parent
6051016684
commit
07e11e4915
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.onNodeClick((node) => {
|
.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({
|
window.api.minApp({
|
||||||
url,
|
url,
|
||||||
windowOptions: {
|
windowOptions: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user