mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-04 01:29:35 +08:00
### Summary ``` RAGFlow(admin)> list services; +-----------------------------------------------------------------------------+-----------+----+---------------+------+---------------+-----------+ | extra | host | id | name | port | service_type | status | +-----------------------------------------------------------------------------+-----------+----+---------------+------+---------------+-----------+ | map[database:1 mq_type:redis password:infini_rag_flow] | localhost | 0 | redis | 6379 | message_queue | alive | | map[password:infini_rag_flow retrieval_type:elasticsearch username:elastic] | localhost | 1 | elasticsearch | 1200 | retrieval | alive | | | 0.0.0.0 | 2 | nats | 4222 | message_queue | CONNECTED | | map[meta_type:mysql password:infini_rag_flow username:root] | localhost | 3 | mysql | 3306 | meta_data | alive | | map[password:infini_rag_flow store_type:minio user:rag_flow] | localhost | 4 | minio | 9000 | file_store | alive | +-----------------------------------------------------------------------------+-----------+----+---------------+------+---------------+-----------+ ``` Signed-off-by: Jin Hai <haijin.chn@gmail.com>