Integrated the graphml visualizer as part of lightrag and made it a component that can be installed using [tools] option

This commit is contained in:
Saifeddine ALOUI
2025-02-03 22:51:46 +01:00
parent 797b5fa463
commit 9a30dc7b04
13 changed files with 174 additions and 92 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"