Skip to content
Discussion options

You must be logged in to vote

Hi @bohan12! I'm Dosu and I’m helping the ragflow team.

The file size limit shown in the RAGFlow web UI (e.g., 8MB or 10MB) is currently hardcoded and cannot be changed through configuration settings like MAX_CONTENT_LENGTH or nginx configs. However, the backend actually allows much larger files (up to 128MB in local deployments), and single files larger than 10MB can be uploaded successfully—the UI limit is incorrect and will be updated in a future release [source].

If you need to upload files larger than the web UI allows, you can use the API endpoint /datasets/<dataset_id>/documents directly, or use the provided Python script for batch uploads [source]. For increasing the backend limi…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@bohan12
Comment options

Answer selected by bohan12
Comment options

You must be logged in to vote
3 replies
@bohan12
Comment options

@JinHai-CN
Comment options

@bohan12
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants