docs(graphrag): Update TuGraph database version to 4.5.0 in Quick Start guide

This commit is contained in:
Appointat 2024-12-16 21:25:18 +08:00
parent dab55493f5
commit ca91c4d685

View File

@ -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