mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 03:38:11 +08:00
Go CLI: fix list dataset files by dataset name (#16341)
### What problem does this PR solve? ``` RAGFlow(api/default)> list dataset 'ccc' files; Total: 1 ``` ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -301,6 +301,8 @@ func (c *CLI) ExecuteUserCommand(cmd *Command) (ResponseIf, error) {
|
||||
return c.APIListDatasetsCommand(cmd)
|
||||
case "api_list_dataset_documents":
|
||||
return c.APIListDatasetDocumentsCommand(cmd)
|
||||
case "api_list_dataset_files":
|
||||
return c.APIListDatasetFilesCommand(cmd)
|
||||
case "api_list_agents":
|
||||
return c.APIListAgentsCommand(cmd)
|
||||
case "api_list_chats":
|
||||
|
||||
Reference in New Issue
Block a user