Add custom KG insertion

This commit is contained in:
Larfii
2024-11-25 18:06:19 +08:00
parent 8562ecdebc
commit cb492ccb04
4 changed files with 255 additions and 1 deletions

View File

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