From 42327836de218e52566c319d3b5a8261204df887 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Sat, 17 Aug 2024 21:30:04 +0800 Subject: [PATCH] fix: graphrag node url --- resources/graphrag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/graphrag.html b/resources/graphrag.html index 169a1e55..0328ab4a 100644 --- a/resources/graphrag.html +++ b/resources/graphrag.html @@ -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: {