ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

feat: add partition of file uploads

Open Omarlsg98 opened this issue 10 months ago • 0 comments

What problem does this PR solve?

Partitions the upload of documents in parts of 20 to avoid the size limit error. Allows uploading 100s of documents on a single interaction.

Type of change

  • [ ] Bug Fix (non-breaking change which fixes an issue)
  • [X] New Feature (non-breaking change which adds functionality)
  • [ ] Documentation Update
  • [ ] Refactoring
  • [ ] Performance Improvement
  • [ ] Other (please describe):

Omarlsg98 avatar Feb 21 '25 21:02 Omarlsg98