Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG"

This reverts commit b2bc7770fd.
This commit is contained in:
ArnoChen
2025-02-05 02:33:26 +08:00
parent ad2a82e5e4
commit eb77af8e7d
14 changed files with 177 additions and 1306 deletions

View File

@@ -1,5 +1,5 @@
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.1.4"
__version__ = "1.1.5"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"