Files
lightrag/lightrag/__init__.py
yangdx 13056822a8 Bump version to 1.2.9 and update API version to 1.2.3
- Add WHITELIST_PATHS environment variable to Server's README
2025-03-24 12:29:17 +08:00

6 lines
163 B
Python

from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.2.9"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"