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

[Cloud] Create new Knowledge Base from Notion - Batch upload limit #6218

Closed
5 tasks done
davidphamle opened this issue Jul 12, 2024 · 5 comments
Closed
5 tasks done
Assignees
Labels
📚 feat:datasource Data sources like web, Notion, Logseq, Lark, Docs

Comments

@davidphamle
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.6.13

Cloud or Self Hosted

Cloud

Steps to reproduce

As a Pro Dify customer:

  1. In Knowledge - Click on create knowledge
  2. Click on Sync from Notion
  3. Select a folder
  4. Click on Save and Process

✔️ Expected Behavior

Able to save and process

❌ Actual Behavior

Cannot save, error message of 20 batch upload limit appears
image

@dosubot dosubot bot added the 📚 feat:datasource Data sources like web, Notion, Logseq, Lark, Docs label Jul 12, 2024
Copy link

dosubot bot commented Jul 12, 2024

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].

To continue talking to Dosu, mention @dosu.

@crazywoola
Copy link
Member

@JohnJyong

@crazywoola
Copy link
Member

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.

@crazywoola crazywoola self-assigned this Jul 12, 2024
@davidphamle
Copy link
Author

davidphamle commented Jul 12, 2024 via email

@crazywoola
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 feat:datasource Data sources like web, Notion, Logseq, Lark, Docs
Projects
None yet
Development

No branches or pull requests

2 participants