diff --git a/graph/README.md b/graph/README.md index 71e654f0339..7c8c11c0cd4 100644 --- a/graph/README.md +++ b/graph/README.md @@ -9,7 +9,7 @@ English | [简体中文](./README_zh.md) It is used to compose a complex work flow or agent. And this graph is beyond the DAG that we can use circles to describe our agent or work flow. Under this folder, we propose a test tool ./test/client.py which can test the DSLs such as json files in folder ./test/dsl_examples. -Please use this client at the same folder you start RAGFlow. If it's ran by docker, please go into the container before running the client. +Please use this client at the same folder you start RAGFlow. If it's run by Docker, please go into the container before running the client. Otherwise, correct configurations in conf/service_conf.yaml is essential. ```bash