mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-19 22:21:04 +08:00
Go CLI: merge function (#16458)
### Summary 1. remove unused code. --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -444,7 +444,7 @@ func (c *CLI) ExecuteUserCommand(cmd *Command) (ResponseIf, error) {
|
||||
case "api_list_default_models":
|
||||
return c.APIListDefaultModelsCommand(cmd)
|
||||
case "api_parse_documents":
|
||||
return c.APIParseDocumentsUserCommand(cmd)
|
||||
return c.APIParseDocumentsCommand(cmd)
|
||||
case "api_start_ingestion":
|
||||
return c.APIStartIngestionCommand(cmd)
|
||||
case "api_stop_ingestion":
|
||||
|
||||
Reference in New Issue
Block a user