mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
### What problem does this PR solve? ``` RAGFlow(admin)> show model 'abc'; +------------+----------------------------------------------------------------+ | field | value | +------------+----------------------------------------------------------------+ | command | get_model_by_model_name | | error | 'get model by model name' is implemented in enterprise edition | | model_name | abc | +------------+----------------------------------------------------------------+ RAGFlow(admin)> list models; +-----------------+--------------------------------------------------------+ | command | error | +-----------------+--------------------------------------------------------+ | list_all_models | 'list all models' is implemented in enterprise edition | +-----------------+--------------------------------------------------------+ ``` ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>