-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
[Cloud] Create new Knowledge Base from Notion - Batch upload limit #6218
Comments
To resolve the batch upload limit of 20 when trying to create a new Knowledge Base by syncing from Notion in Dify.ai cloud service, version 0.6.13, you will need to split your uploads into multiple batches, each containing no more than 20 files. The documentation specifies: validation: {
filesNumber: 'You have reached the batch upload limit of {{filesNumber}}.',
} Therefore, if you have more than 20 files to upload, you should divide them into groups of 20 or fewer and upload each group separately [1][2]. |
I have checked this setting, we do have a limit on total numbers that can be uploaded. |
Yeah, but it didn't make sense since with a knowledge base of more than 20
pages, I can't not add the knowledge in or break it down to into smaller
batch to upload
…On Fri, Jul 12, 2024, 4:52 PM crazywoola ***@***.***> wrote:
I have checked this setting, we do have a limit on total numbers that can
be uploaded.
Not only for the free tier, but also for team and pro subscription.
—
Reply to this email directly, view it on GitHub
<#6218 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A43SUMVWLRMLX2AO2ZBBKQLZL572NAVCNFSM6AAAAABKYCCBSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRUHE4DCMRRGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
In order to maintain the stability of our platform services, we previously imposed a limit on the number of batch uploads. We have now adjusted the batch upload limit for paid customers to 50, allowing you to upload up to 50 files/webpage contents simultaneously. We will continue to optimize new solutions to meet customer needs for flexible resource expansion. Link https://discord.com/channels/1082486657678311454/1263361877157613688 |
Self Checks
Dify version
0.6.13
Cloud or Self Hosted
Cloud
Steps to reproduce
As a Pro Dify customer:
Sync from Notion
Save and Process
✔️ Expected Behavior
Able to save and process
❌ Actual Behavior
Cannot save, error message of 20 batch upload limit appears
The text was updated successfully, but these errors were encountered: