mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user