Copilot commented on code in PR #257: URL: https://github.com/apache/incubator-hugegraph-ai/pull/257#discussion_r2135493243
########## hugegraph-python-client/README.md: ########## @@ -1,17 +1,17 @@ # hugegraph-python-client -The `hugegraph-python-client` is a Python client(SDK( for HugeGraph. +The `hugegraph-python-client` is a Python client/SDK for HugeGraph Database. It is used to define graph structures, perform CRUD operations on graph data, manage schemas, and execute Gremlin queries. Both the `hugegraph-llm` and `hugegraph-ml` modules depend on this foundational library. ## Installation -### Install released package(Stable) +### Install released package (Stable) To install the `hugegraph-python-client`, you can use pip/poetry/source building: ```bash -pip install hugegraph-python # Note: may not the latest version, recommend to install from source +uv pip install hugegraph-python # Note: may not the latest version, recommend to install from source Review Comment: The install command uses the old package name `hugegraph-python`. It should match the new distribution name `hugegraph-python-client`. ```suggestion uv pip install hugegraph-python-client # Note: may not the latest version, recommend to install from source ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
