mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 12:30:14 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user