shell-nlp opened a new issue, #308: URL: https://github.com/apache/incubator-hugegraph-ai/issues/308
### Problem Type (问题类型) configs (配置项 / 文档相关) ### Before submit - [x] I had searched in the [issues](https://github.com/apache/incubator-hugegraph-ai/issues) and found no similar issues. ### Environment (环境信息) - Server Version: 1.x.x - Toolchain Version: 1.x.x - Data Size: xx vertices, xx edges <!-- (like 1000W 点,9000W 边) -->> ### Your Question (问题描述) ```python from pyhugegraph.client import PyHugeClient # 初始化客户端 # 对于 HugeGraph API 版本 ≥ v3:(或启用 graphspace 功能) # - 如果启用了 graphspace,则 'graphspace' 参数变得相关(默认名称为 'DEFAULT') # - 否则,graphspace 参数是可选的,可以忽略。 client = PyHugeClient( "192.168.102.19", "58080", user="admin", pwd="admin", graph="hugegraph", graphspace="DEFAULT", ) ``` 我向使用图空间进行数据隔离,但是不知道怎么使用 ### Vertex/Edge example (问题点 / 边数据举例) ```javascript ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript ``` -- 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]
