Skip to content

Commit

Permalink
fix:leiden plugin version problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Dec 18, 2024
1 parent ed30bb0 commit 89092aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dbgpt/storage/graph_store/tugraph_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ def _upload_plugin(self):
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:
Expand Down

0 comments on commit 89092aa

Please sign in to comment.