mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 11:36:38 +08:00
### What problem does this PR solve? `SHOW VERSION;` - Display the current RAGFlow version. `GRANT ADMIN <username>` - Grant administrator privileges to the specified user. `REVOKE ADMIN <username>` - Revoke administrator privileges from the specified user. `LIST VARS` - List all system configurations and settings. `SHOW VAR <var_name>` - Display the content of a specific system configuration/setting by its name or name prefix. `SET VAR <var_name> <var_value>` - Set the value for a specified configuration item. related to: #12409 ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>