apache / incubator-hugegraph-ai

The integration of HugeGraph with AI/LLM & GraphRAG
https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/
Apache License 2.0
56 stars 28 forks source link

feat(client): support graphspace & refactor all APIs #67

Closed imbajin closed 3 months ago

imbajin commented 3 months ago

Now we refactor the whole py-client module, and ALSO we keep the compatible with the legacy request url~

This PR introduces significant updates to the hugegraph-python-client module, focusing on GraphSpace compatibility and API v3 support. Key changes include: (Already tested for some days)

The update aims to provide a robust and flexible client module for interacting with HugeGraph servers, catering to the needs of both new and existing API versions.

Note: Merge the 4 commits to master (Don't squash it to one commit)