chore(graphrag): upgrade dbgpt-tugraph-plugins to version 0.1.1 (#2213)

Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
Florian
2024-12-17 18:33:27 +08:00
committed by GitHub
parent 38a8fc11d9
commit 3745d7411d
4 changed files with 7 additions and 6 deletions

View File

@@ -139,8 +139,7 @@ class TuGraphStore(GraphStoreBase):
except ImportError:
logger.error(
"dbgpt-tugraph-plugins is not installed, "
"pip install dbgpt-tugraph-plugins==0.1.0rc1 -U -i "
"https://pypi.org/simple"
"pip install dbgpt-tugraph-plugins==0.1.1"
)
plugin_path = get_plugin_binary_path("leiden") # type: ignore
with open(plugin_path, "rb") as f: