The integration of HugeGraph with artificial intelligence

Clone this repo:
  1. ec4b9da feat: added local LLM API, changed the config displayed in the initial gradio demo, and added openai's apibase configuration. (#41) by vichayturen · 13 days ago main
  2. 243f547 fix: fusiform_similarity test in traverser for server 1.3.0 (#37) by Liu Xiao · 3 weeks ago
  3. f9fb45f chore: reformat doc (#36) by Liu Xiao · 3 weeks ago
  4. 4f48116 chore: create DISCLAIMER file for ASF (#35) by imbajin · 6 weeks ago release-1.3.0 1.3.0
  5. 4dbf296 chang file chmod 755 (#34) by YangJiaqi · 7 weeks ago

hugegraph-ai

License

hugegraph-ai aims to explore the integration of HugeGraph with artificial intelligence (AI) and provide comprehensive support for developers to leverage HugeGraph's AI capabilities in their projects.

Modules

  • 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: 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: 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.

Contributing

  • Welcome to contribute to HugeGraph, please see Guidelines for more information.
  • Note: It's recommended to use GitHub Desktop to greatly simplify the PR and commit process.
  • Code format: Please run ./style/code_format_and_analysis.sh to format your code before submitting a PR.
  • Thank you to all the people who already contributed to HugeGraph!

contributors graph

License

hugegraph-ai is licensed under Apache 2.0 License.

Contact Us