Update admin client README and doc (#10594)
### What problem does this PR solve? As title ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
86b254d214
commit
c99034f717
2 changed files with 18 additions and 4 deletions
|
|
@ -52,9 +52,16 @@ It consists of a server-side Service and a command-line client (CLI), both imple
|
||||||
```
|
```
|
||||||
3. Launch the CLI client:
|
3. Launch the CLI client:
|
||||||
```bash
|
```bash
|
||||||
ragflow-cli -h 0.0.0.0 -p 9381
|
ragflow-cli -h 127.0.0.1 -p 9381
|
||||||
```
|
```
|
||||||
Enter superuser's password to login. Default password is `admin`.
|
You will be prompted to enter the superuser's password to log in.
|
||||||
|
The default password is admin.
|
||||||
|
|
||||||
|
**Parameters:**
|
||||||
|
|
||||||
|
- -h: RAGFlow admin server host address
|
||||||
|
|
||||||
|
- -p: RAGFlow admin server port
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,17 @@ The Admin CLI and Admin Service form a client-server architectural suite for RAG
|
||||||
3. Launch the CLI client:
|
3. Launch the CLI client:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ragflow-cli -h 0.0.0.0 -p 9381
|
ragflow-cli -h 127.0.0.1 -p 9381
|
||||||
```
|
```
|
||||||
|
|
||||||
Enter superuser's password to login. Default password is `admin`.
|
You will be prompted to enter the superuser's password to log in.
|
||||||
|
The default password is admin.
|
||||||
|
|
||||||
|
**Parameters:**
|
||||||
|
|
||||||
|
- -h: RAGFlow admin server host address
|
||||||
|
|
||||||
|
- -p: RAGFlow admin server port
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue