Merge pull request #2198 from danielaskdd/webui

Refactor: WebUI Optimization and Simplification
This commit is contained in:
Daniel.y 2025-10-12 03:01:47 +08:00 committed by GitHub
commit 5734f51ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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