Skip to content

Commit 9852fd1

Browse files
infinityCuratorRAGFlow Curator
andauthored
Synchronize documentation. (#437)
Co-authored-by: RAGFlow Curator <infinitydocs.curator@users.noreply.github.com>
1 parent 00b9ce1 commit 9852fd1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

website/docs/guides/manage_users_and_services.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Commands are case-insensitive and must be terminated with a semicolon(;).
7272

7373
### Service manage commands
7474

75-
`LIST SERVICES;`
75+
`LIST SERVICES;`
7676

7777
- Lists all available services within the RAGFlow system.
7878

@@ -83,6 +83,11 @@ Commands are case-insensitive and must be terminated with a semicolon(;).
8383
- Shows detailed status information for the service identified by **id**.
8484
- [Example](#example-show-service)
8585

86+
`SHOW VERSION;`
87+
88+
- Shows RAGFlow version.
89+
- [Example](#example-show-version)
90+
8691
### User Management Commands
8792

8893
`LIST USERS;`
@@ -232,6 +237,18 @@ Service redis is alive. Detail:
232237
| 0 | 2 | 1 | 10.41 | 7.2.4 | standalone | 10446 | 30.84G | 1.10M |
233238
+-----------------+-------------------+---------------------------+-------------------------+---------------+-------------+--------------------------+---------------------+-------------+
234239
```
240+
<span id="example-show-version"></span>
241+
242+
- Show RAGFlow version
243+
244+
```
245+
admin> show version;
246+
+-----------------------+
247+
| version |
248+
+-----------------------+
249+
| v0.21.0-241-gc6cf58d5 |
250+
+-----------------------+
251+
```
235252

236253
<span id="example-list-users"></span>
237254

0 commit comments

Comments
 (0)