Skip to content

Commit

Permalink
docs(graphrag): update TuGraph database version to 4.5.0 (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzhidongyzby authored Dec 17, 2024
2 parents dab5549 + ca91c4d commit dc34316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cookbook/rag/graph_rag_app_develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc34316

Please sign in to comment.