Skip to content

Commit 503a5a6

Browse files
committed
Feat: add admin CLI and admin service
Signed-off-by: jinhai <haijin.chn@gmail.com>
1 parent 902703d commit 503a5a6

File tree

15 files changed

+1160
-6
lines changed

15 files changed

+1160
-6
lines changed

admin/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Admin service
2+
3+
### Introduction
4+
5+
Admin Service is a dedicated management component designed to monitor, maintain, and administrate the RAGFlow system. It provides comprehensive tools for ensuring system stability, performing operational tasks, and managing users and permissions efficiently.
6+
7+
The service offers real-time monitoring of critical components, including the RAGFlow server, Task Executor processes, and dependent services such as MySQL, Elasticsearch, Redis, and MinIO. It automatically checks their health status, resource usage, and uptime, and performs restarts in case of failures to minimize downtime.
8+
9+
For user and system management, it supports listing, creating, modifying, and deleting users and their associated resources like knowledge bases and Agents.
10+
11+
Built with scalability and reliability in mind, the Admin Service ensures smooth system operation and simplifies maintenance workflows.

0 commit comments

Comments
 (0)