From 6071cab00eef3ef39701616672b78e6e1dbd65a1 Mon Sep 17 00:00:00 2001 From: imbajin Date: Tue, 30 Sep 2025 17:10:23 +0800 Subject: [PATCH] docs: add DeepWiki badge to README - Add DeepWiki badge for interactive documentation access - Badge enables users to easily access AI-powered documentation assistant - Positioned with other project badges for consistency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d37a127d..e3c6bc345 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://github.com/apache/hugegraph-computer/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/hugegraph-computer/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/apache/incubator-hugegraph-computer/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-hugegraph-computer) [![Docker Pulls](https://img.shields.io/docker/pulls/hugegraph/hugegraph-computer)](https://hub.docker.com/repository/docker/hugegraph/hugegraph-computer) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/apache/hugegraph-computer) The [hugegraph-computer](./computer/README.md) is a distributed graph processing system for hugegraph. (Also, the in-memory computing engine(vermeer) is on the way 🚧)