From ca91c4d685900a4baa8f6f49b0cd223b06eea402 Mon Sep 17 00:00:00 2001 From: Appointat Date: Mon, 16 Dec 2024 21:25:18 +0800 Subject: [PATCH] docs(graphrag): Update TuGraph database version to 4.5.0 in Quick Start guide --- docs/docs/cookbook/rag/graph_rag_app_develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cookbook/rag/graph_rag_app_develop.md b/docs/docs/cookbook/rag/graph_rag_app_develop.md index 46c328bd5..15611fe34 100644 --- a/docs/docs/cookbook/rag/graph_rag_app_develop.md +++ b/docs/docs/cookbook/rag/graph_rag_app_develop.md @@ -17,7 +17,7 @@ pip install "dbgpt[graph_rag]>=0.6.1" To store the knowledge in graph, we need an graph database, [TuGraph](https://github.com/TuGraph-family/tugraph-db) is the first graph database supported by DB-GPT. -Visit github repository of TuGraph to view [Quick Start](https://tugraph-db.readthedocs.io/zh-cn/latest/3.quick-start/1.preparation.html#id5) document, follow the instructions to pull the TuGraph database docker image (latest / version >= 4.3.2) and launch it. +Visit github repository of TuGraph to view [Quick Start](https://tugraph-db.readthedocs.io/zh-cn/latest/3.quick-start/1.preparation.html#id5) document, follow the instructions to pull the TuGraph database docker image (latest / version >= 4.5.0) and launch it. ``` docker pull tugraph/tugraph-runtime-centos7:latest