This is an automated email from the ASF dual-hosted git repository. ming pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
commit a766513642edc37d4a4637a573a88c98f7f6d981 Author: Simon Cheung <[email protected]> AuthorDate: Mon Oct 9 12:02:39 2023 +0800 Init introduction of hugegraph-ai in README.md Introduction of hugegraph-ai --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000..de99ab9 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# hugegraph-ai +[](https://www.apache.org/licenses/LICENSE-2.0.html) + +`hugegraph-ai` aims to explore the integration of [HugeGraph](https://github.com/apache/hugegraph) with artificial +intelligence (AI) and provide comprehensive support for developers to leverage HugeGraph's AI capabilities +in their projects. + + +## Modules +- [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 assist graph systems with cost-related issues. Therefore, this module will +explore more applications and integration solutions for graph systems and large language models. +- [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. + +## License + +hugegraph-ai is licensed under `Apache 2.0` License. + +### Contact Us + +--- + + - [GitHub Issues](https://github.com/apache/incubator-hugegraph-ai/issues): Feedback on usage issues and functional requirements (quick response) + - 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"/> +
