yangdx
commited on
Commit
·
895e92f
1
Parent(s):
09b84d6
Renamed relationship type from 'Target' to 'Neighbour'
Browse files
lightrag/api/webui/assets/{index-D45TbtOl.js → index-BlVvSIic.js}
RENAMED
Binary files a/lightrag/api/webui/assets/index-D45TbtOl.js and b/lightrag/api/webui/assets/index-BlVvSIic.js differ
|
|
lightrag/api/webui/index.html
CHANGED
Binary files a/lightrag/api/webui/index.html and b/lightrag/api/webui/index.html differ
|
|
lightrag_webui/src/components/graph/PropertiesView.tsx
CHANGED
@@ -95,7 +95,7 @@ const refineNodeProperties = (node: RawNodeType): NodeType => {
|
|
95 |
const neighbour = state.rawGraph.getNode(neighbourId)
|
96 |
if (neighbour) {
|
97 |
relationships.push({
|
98 |
-
type: '
|
99 |
id: neighbourId,
|
100 |
label: neighbour.properties['entity_id'] ? neighbour.properties['entity_id'] : neighbour.labels.join(', ')
|
101 |
})
|
|
|
95 |
const neighbour = state.rawGraph.getNode(neighbourId)
|
96 |
if (neighbour) {
|
97 |
relationships.push({
|
98 |
+
type: 'Neighbour',
|
99 |
id: neighbourId,
|
100 |
label: neighbour.properties['entity_id'] ? neighbour.properties['entity_id'] : neighbour.labels.join(', ')
|
101 |
})
|