mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-01 04:13:33 +00:00
Update graph_visual_with_neo4j.py
This commit is contained in:
parent
edfa39d72d
commit
fffd00d514
@ -62,7 +62,7 @@ def main():
|
||||
e.displayName = node.id
|
||||
REMOVE e:Entity
|
||||
WITH e, node
|
||||
CALL apoc.create.addLabels(e, [node.entity_type]) YIELD node AS labeledNode
|
||||
CALL apoc.create.addLabels(e, [node.id]) YIELD node AS labeledNode
|
||||
RETURN count(*)
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user