Update version info to v0.14.1 (#3720)

### What problem does this PR solve?

Update version info to v0.14.1

### Type of change

- [x] Documentation Update

---------

Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2024-11-28 20:09:20 +08:00
committed by GitHub
parent a3e0ac9c0b
commit 834c4d81f3
14 changed files with 33 additions and 33 deletions

View File

@ -5,7 +5,7 @@ slug: /run_health_check
# Run health check on RAGFlow's dependencies
Double check the health status of RAGFlow's dependencies.
Double-check the health status of RAGFlow's dependencies.
The operation of RAGFlow depends on four services:
@ -16,7 +16,7 @@ The operation of RAGFlow depends on four services:
If an exception or error occurs related to any of the above services, such as `Exception: Can't connect to ES cluster`, refer to this document to check their health status.
You can also click you avatar on the top right corner of the page **>** System to view the visualized health status of RAGFlow's core services. The following screenshot shows that all services are 'green' (running healthily). The task executor displays the *cumulative* number of completed and failed document parsing tasks from the past 30 minutes:
You can also click you avatar in the top right corner of the page **>** System to view the visualized health status of RAGFlow's core services. The following screenshot shows that all services are 'green' (running healthily). The task executor displays the *cumulative* number of completed and failed document parsing tasks from the past 30 minutes:
![system_status_page](https://github.com/user-attachments/assets/b0c1a11e-93e3-4947-b17a-1bfb4cdab6e4)