leenuhom commited on
Commit
876b2ca
·
1 Parent(s): 916a392

Update README.md (#1285)

Browse files

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update

Files changed (1) hide show
  1. graph/README.md +1 -1
graph/README.md CHANGED
@@ -9,7 +9,7 @@ English | [简体中文](./README_zh.md)
9
  It is used to compose a complex work flow or agent.
10
  And this graph is beyond the DAG that we can use circles to describe our agent or work flow.
11
  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.
12
- 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.
13
  Otherwise, correct configurations in conf/service_conf.yaml is essential.
14
 
15
  ```bash
 
9
  It is used to compose a complex work flow or agent.
10
  And this graph is beyond the DAG that we can use circles to describe our agent or work flow.
11
  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.
12
+ 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.
13
  Otherwise, correct configurations in conf/service_conf.yaml is essential.
14
 
15
  ```bash