ragflow-cli 0.21.0.dev8__tar.gz → 0.22.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ragflow-cli
3
- Version: 0.21.0.dev8
3
+ Version: 0.22.0
4
4
  Summary: Admin Service's client of [RAGFlow](https://github.com/infiniflow/ragflow). The Admin Service provides user management and system monitoring.
5
5
  Author-email: Lynn <lynn_inf@hotmail.com>
6
6
  License: Apache License, Version 2.0
@@ -61,13 +61,20 @@ It consists of a server-side Service and a command-line client (CLI), both imple
61
61
  1. Ensure the Admin Service is running.
62
62
  2. Install ragflow-cli.
63
63
  ```bash
64
- pip install ragflow-cli
64
+ pip install ragflow-cli==0.22.0
65
65
  ```
66
66
  3. Launch the CLI client:
67
67
  ```bash
68
- ragflow-cli -h 0.0.0.0 -p 9381
68
+ ragflow-cli -h 127.0.0.1 -p 9381
69
69
  ```
70
- Enter superuser's password to login. Default password is `admin`.
70
+ You will be prompted to enter the superuser's password to log in.
71
+ The default password is admin.
72
+
73
+ **Parameters:**
74
+
75
+ - -h: RAGFlow admin server host address
76
+
77
+ - -p: RAGFlow admin server port
71
78
 
72
79
 
73
80
 
@@ -48,13 +48,20 @@ It consists of a server-side Service and a command-line client (CLI), both imple
48
48
  1. Ensure the Admin Service is running.
49
49
  2. Install ragflow-cli.
50
50
  ```bash
51
- pip install ragflow-cli
51
+ pip install ragflow-cli==0.22.0
52
52
  ```
53
53
  3. Launch the CLI client:
54
54
  ```bash
55
- ragflow-cli -h 0.0.0.0 -p 9381
55
+ ragflow-cli -h 127.0.0.1 -p 9381
56
56
  ```
57
- Enter superuser's password to login. Default password is `admin`.
57
+ You will be prompted to enter the superuser's password to log in.
58
+ The default password is admin.
59
+
60
+ **Parameters:**
61
+
62
+ - -h: RAGFlow admin server host address
63
+
64
+ - -p: RAGFlow admin server port
58
65
 
59
66
 
60
67