Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Issue when uploading massive documents in one shot #1317

Open
1 task done
rrodriguezlo opened this issue Jun 28, 2024 · 6 comments
Open
1 task done

[Bug]: Issue when uploading massive documents in one shot #1317

rrodriguezlo opened this issue Jun 28, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@rrodriguezlo
Copy link

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

main

Commit ID

ragflow-0.7.0

Other environment information

No response

Actual behavior

When many documents (600 or more) is trying to upload the application suddenly stuck in all the configurations (local models or API)

Expected behavior

No response

Steps to reproduce

Upload 500 documents in one shot

Additional information

No response

@rrodriguezlo rrodriguezlo added the bug Something isn't working label Jun 28, 2024
@KevinHuSh
Copy link
Collaborator

Sorry, it's not designed for this kind of usage.

@rrodriguezlo
Copy link
Author

would be nice if you consider this kind of usage in the application.

@octoberweb69
Copy link

Is the system not designed to support more than 600 documents or to upload 600 documents simultaneously?
Can the project handle more than 600 documents?
If not, is there a paid enterprise version that will support thousands of documents?

@KevinHuSh
Copy link
Collaborator

would be nice if you consider this kind of usage in the application.

These feature is not an easy one in my point of view(maybe easy enough for somebody^^). It is an off-line task execution involved both front end and back end.

@KevinHuSh
Copy link
Collaborator

Is the system not designed to support more than 600 documents or to upload 600 documents simultaneously? Can the project handle more than 600 documents? If not, is there a paid enterprise version that will support thousands of documents?

Of course it can handle 600 files. It can handle millions of documents, but obviously uploading these files through web page is not a feasible solution.

The system can't perform well while uploading hundereds files at once. But, after all these files have been uploaded with a small batch size, it perform well since the system architecture is flexible.

@octoberweb69
Copy link

The important thing is that the software can handle millions of documents. It would be ideal if it were possible to upload the documents to a directory and then have the system automatically load them in a batch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants