This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch before-1.5 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
commit 807196b6f6c2029ea9eed6bc62d0f5463c854c25 Author: imbajin <[email protected]> AuthorDate: Wed Nov 6 16:43:58 2024 +0800 doc: update info before release 1.5.0 --- .github/workflows/hugegraph-python-client.yml | 1 + README.md | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hugegraph-python-client.yml b/.github/workflows/hugegraph-python-client.yml index 9b51a69..f29a9cf 100644 --- a/.github/workflows/hugegraph-python-client.yml +++ b/.github/workflows/hugegraph-python-client.yml @@ -26,6 +26,7 @@ jobs: pip install pytest pip install -r ./hugegraph-python-client/requirements.txt - name: Prepare HugeGraph Server Environment + # TODO: update the HugeGraph Server version to 1.5.0 run: | docker run -d --name=graph -p 8080:8080 -e PASSWORD=admin hugegraph/hugegraph:1.3.0 sleep 20 diff --git a/README.md b/README.md index 705934d..197161b 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,28 @@ in their projects. ## Modules -- [hugegraph-llm](./hugegraph-llm):The `hugegraph-llm` will house the implementation and research related to large language models. +- [hugegraph-llm](./hugegraph-llm): The `hugegraph-llm` will house the implementation and research related to large language models. It will include runnable demos and can also be used as a third-party library, reducing the cost of using graph systems and the complexity of building knowledge graphs. Graph systems can help large models address challenges like timeliness and hallucination, while large models can help graph systems with cost-related issues. Therefore, this module will -explore more applications and integration solutions for graph systems and large language models. +explore more applications and integration solutions for graph systems and large language models. (GraphRAG/Agent) - [hugegraph-ml](./hugegraph-ml): The `hugegraph-ml` will focus on integrating HugeGraph with graph machine learning, graph neural networks, and graph embeddings libraries. It will build an efficient and versatile intermediate layer to seamlessly connect with third-party graph-related ML frameworks. - [hugegraph-python-client](./hugegraph-python-client): The `hugegraph-python-client` is a Python client for HugeGraph. -It is used to define graph structures and perform CRUD operations on graph data. Both the `hugegraph-llm` and `hugegraph-ml` -modules will depend on this foundational library. +It is used to define graph structures and perform CRUD operations on graph data. Both the `hugegraph-llm` and + `hugegraph-ml` modules will depend on this foundational library. + +## Learn More + +The [project homepage](https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/) contains more information about +hugegraph-ai. + +And here are links of other repositories: +1. [hugegraph](https://github.com/apache/hugegraph) (graph's core component - Graph server + PD + Store) +2. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) (graph tools **[loader](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-loader)/[dashboard](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-hubble)/[tool](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-tools)/[client](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-client)**) +3. [hugegraph-computer](https://github.com/apache/hugegraph-computer) (integrated **graph computing** system) +4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (**doc & website** code) ## Contributing @@ -43,4 +54,4 @@ hugegraph-ai is licensed under [Apache 2.0 License](./LICENSE). - Feedback Email: [[email protected]](mailto:[email protected]) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us. - <img src="https://raw.githubusercontent.com/apache/incubator-hugegraph-doc/master/assets/images/wechat.png" alt="QR png" width="350"/> + <img src="https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png" alt="QR png" width="350"/>
