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

This commit is contained in:
zrguo
2025-02-05 01:30:57 +08:00
committed by GitHub
parent 0e162b25aa
commit b2bc7770fd
13 changed files with 92 additions and 177 deletions

View File

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