mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-06 20:00:45 +00:00
Update graph_visual_with_html.py
This commit is contained in:
parent
609d060579
commit
2f19ac3625
@ -1,4 +1,8 @@
|
||||
import networkx as nx
|
||||
import pipmaster as pm
|
||||
if not pm.is_installed("pyvis"):
|
||||
pm.install("pyvis")
|
||||
|
||||
from pyvis.network import Network
|
||||
import random
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user