Skip to content

/files/bulk only return the first processed file #289

@tharvik

Description

@tharvik

when trying to batch upload files, it should return the list of uploaded documents but only does for the first one

curl http://localhost:8888/v1/files/bulk --form 'listIds=13,12}' --form files=@file.pdf --form files=@file.pdf

gives (jq version)

{
  "status": "success",
  "message": "Successfully processed and indexed 1 documents",
  "documents": [
    {
      "fileId": "13",
      "text": "{0}-----------------------------------------------..."
    }
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions