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

Feature Request; Chunked Transfer of large files #263

Open
StevesSteel opened this issue Feb 4, 2025 · 0 comments
Open

Feature Request; Chunked Transfer of large files #263

StevesSteel opened this issue Feb 4, 2025 · 0 comments

Comments

@StevesSteel
Copy link

I hope this message finds you well. I’m a frequent user of DeepSeek and have found it incredibly helpful for my projects. However, I’ve encountered a limitation when working with large files, as the current system doesn’t support chunked transfers.

I’d like to suggest implementing a chunked transfer feature that would allow users to upload and process large files more efficiently. Here’s how it could work:

Split Large Files: The system would automatically split large files into smaller chunks.

Send Chunks Sequentially: Each chunk would be sent with metadata;


The start of a chunked transfer.

The end of a chunked transfer.

The total number of chunks.

The current chunk number.

This metadata will allow the tool to recognize when a chunked transfer is in progress and wait for all chunks to be received before processing the complete content.

Reassemble on the Backend: DeepSeek would reassemble the chunks into the complete file and process it as usual.

This feature would greatly enhance the user experience, especially for those working with large documents or datasets. I’ve already prototyped a local version of this feature in a collaboration tool, and it works seamlessly.

Thank you for considering this suggestion. I’d be happy to provide more details or feedback if needed.

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant