ragflow/docs/guides
Jin Hai 113851a692
Add 'status' field when list services (#10538)
### What problem does this PR solve?

```
admin> list services;
command: list services;
Listing all services
+-------------------------------------------------------------------------------------------+-----------+----+---------------+-------+----------------+---------+
| extra                                                                                     | host      | id | name          | port  | service_type   | status  |
+-------------------------------------------------------------------------------------------+-----------+----+---------------+-------+----------------+---------+
| {}                                                                                        | 0.0.0.0   | 0  | ragflow_0     | 9380  | ragflow_server | Timeout |
| {'meta_type': 'mysql', 'password': 'infini_rag_flow', 'username': 'root'}                 | localhost | 1  | mysql         | 5455  | meta_data      | Alive   |
| {'password': 'infini_rag_flow', 'store_type': 'minio', 'user': 'rag_flow'}                | localhost | 2  | minio         | 9000  | file_store     | Alive   |
| {'password': 'infini_rag_flow', 'retrieval_type': 'elasticsearch', 'username': 'elastic'} | localhost | 3  | elasticsearch | 1200  | retrieval      | Alive   |
| {'db_name': 'default_db', 'retrieval_type': 'infinity'}                                   | localhost | 4  | infinity      | 23817 | retrieval      | Timeout |
| {'database': 1, 'mq_type': 'redis', 'password': 'infini_rag_flow'}                        | localhost | 5  | redis         | 6379  | message_queue  | Alive   |
+-------------------------------------------------------------------------------------------+-----------+----+---------------+-------+----------------+---------+
admin> 
Use '\q' to quit
admin> 
```

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2025-10-14 13:40:32 +08:00
..
agent Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00
chat Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00
dataset Docs: Updated descriptions on metadata filtering (#10518) 2025-10-13 17:33:04 +08:00
migration Feat: Add the migration script and its doc, added backup as default… (#8245) 2025-08-04 09:43:43 +08:00
models Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00
team Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00
_category_.json Added release notes for v0.13.0 (#3691) 2024-11-27 19:26:03 +08:00
ai_search.md Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00
manage_files.md Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00
manage_users_and_services.md Add 'status' field when list services (#10538) 2025-10-14 13:40:32 +08:00
run_health_check.md Support server health check by http://localhost:<port>/v1/system/healthz (#10150) 2025-09-19 11:11:07 +08:00
tracing.mdx Docs: Update version references to v0.20.5 in READMEs and docs (#10015) 2025-09-10 11:20:43 +08:00
upgrade_ragflow.mdx Docs: Knowledge base renamed to dataset. (#10269) 2025-09-25 09:45:27 +08:00