This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 79fc8635 docs(hg-ai): fix img link (#378)
79fc8635 is described below

commit 79fc86357ddc2a2b1c0c2085faf3425af59c76d4
Author: Hongjun Li <[email protected]>
AuthorDate: Wed Nov 6 20:55:18 2024 +0800

    docs(hg-ai): fix img link (#378)
---
 content/cn/docs/images/gradio-kg.png       | Bin 246455 -> 3931356 bytes
 content/cn/docs/quickstart/hugegraph-ai.md |   4 ++--
 content/en/docs/quickstart/hugegraph-ai.md |   4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/cn/docs/images/gradio-kg.png 
b/content/cn/docs/images/gradio-kg.png
index 9e80b28d..825c1933 100644
Binary files a/content/cn/docs/images/gradio-kg.png and 
b/content/cn/docs/images/gradio-kg.png differ
diff --git a/content/cn/docs/quickstart/hugegraph-ai.md 
b/content/cn/docs/quickstart/hugegraph-ai.md
index ba06fe97..8a8b2a5c 100644
--- a/content/cn/docs/quickstart/hugegraph-ai.md
+++ b/content/cn/docs/quickstart/hugegraph-ai.md
@@ -70,7 +70,7 @@ hugegraph-ai 旨在探索 HugeGraph 与人工智能(AI)的融合,包括与
 - 如果已经存在图数据,你应该点击 "**Rebuild vid Index**" 来更新索引
 
 
-![gradio 
配置](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/images/gradio-kg.png?raw=true)
+![gradio-config](/docs/images/gradio-kg.png)
 
 ##### 4.1.2 通过代码构建知识图谱
 
@@ -93,7 +93,7 @@ hugegraph-ai 旨在探索 HugeGraph 与人工智能(AI)的融合,包括与
         .run()
     )
    ```
-   ![gradio-config](https://hugegraph.apache.org/docs/images/kg-uml.png)
+   ![gradio-config](/docs/images/kg-uml.png)
 2. **导入架构**: `import_schema` 方法用于从源导入架构。源可以是 HugeGraph 实例、用户定义的模式或提取结果。可以链接 
`print_result` 方法来打印结果。
     ```python
     # Import schema from a HugeGraph instance
diff --git a/content/en/docs/quickstart/hugegraph-ai.md 
b/content/en/docs/quickstart/hugegraph-ai.md
index b6efc63a..03bec9b8 100644
--- a/content/en/docs/quickstart/hugegraph-ai.md
+++ b/content/en/docs/quickstart/hugegraph-ai.md
@@ -85,7 +85,7 @@ with large models, integration with graph machine learning 
components, etc., to
 - Graph extract head: The user-defined prompt of graph extracting
 - If already exist the graph data, you should click "**Rebuild vid Index**" to 
update the index
 
-![gradio-config](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/images/gradio-kg.png?raw=true)
+![gradio-config](/docs/images/gradio-kg.png)
 
 #### 4.1.2 Build a knowledge graph through code
 
@@ -109,7 +109,7 @@ This can be obtained from the `LLMs` class.
         .run()
     )
     ```
-    ![gradio-config](https://hugegraph.apache.org/docs/images/kg-uml.png)
+    ![gradio-config](/docs/images/kg-uml.png)
 2. **Import Schema**: The `import_schema` method is used to import a schema 
from a source. The source can be a HugeGraph instance, a user-defined schema or 
an extraction result. The method `print_result` can be chained to print the 
result.
     ```python
     # Import schema from a HugeGraph instance

Reply via email to