docs: document knowledge data storage limits for cloud plans - #935
Open
RiskeyL wants to merge 5 commits into
Open
docs: document knowledge data storage limits for cloud plans#935RiskeyL wants to merge 5 commits into
RiskeyL wants to merge 5 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Cloud documentation for plan-based knowledge vector storage quotas and upload limits, and aligns the Service API reference plus glossary/termbase terminology ahead of the Cloud rollout.
Changes:
- Add a new “Knowledge Data Storage Limit” page (en/zh/ja) describing per-plan quotas, what consumes storage, and limit behaviors.
- Update existing Knowledge pages (en/zh/ja) to reflect plan-based upload limits and link to the new storage-limit page.
- Update Service API specs (en/zh/ja) to document per-plan file size caps and a
file_too_large413 response; sync glossary/termbase and navigation.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| zh/cloud/use-dify/knowledge/knowledge-storage-limit.mdx | New Chinese page describing knowledge storage quotas and limit behavior. |
| ja/cloud/use-dify/knowledge/knowledge-storage-limit.mdx | New Japanese page describing knowledge storage quotas and limit behavior. |
| en/cloud/use-dify/knowledge/knowledge-storage-limit.mdx | New English source page for knowledge storage quotas and limit behavior. |
| zh/cloud/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Updates pipeline limitations table to plan-based quotas/limits (with one terminology consistency nit). |
| ja/cloud/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Updates pipeline limitations table to plan-based quotas/limits. |
| en/cloud/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Updates pipeline limitations table to plan-based quotas/limits. |
| zh/cloud/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx | Adds cross-link noting vectors count toward knowledge storage with link to the new page. |
| ja/cloud/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx | Adds cross-link noting vectors count toward knowledge storage with link to the new page. |
| en/cloud/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx | Adds cross-link noting vectors count toward knowledge storage with link to the new page. |
| zh/cloud/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Replaces old upload limit claims with a per-plan table (needs a blank line before ---). |
| ja/cloud/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Replaces old upload limit claims with a per-plan table (needs a blank line before ---). |
| en/cloud/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Replaces old upload limit claims with a per-plan table. |
| zh/api-reference/openapi_service.json | Documents file-size caps and adds file_too_large 413 example for the document-by-file create path. |
| ja/api-reference/openapi_service.json | Documents file-size caps and adds file_too_large 413 example for the document-by-file create path. |
| en/api-reference/openapi_service.json | Documents file-size caps and adds file_too_large 413 example for the document-by-file create path. |
| writing-guides/glossary.md | Adds UI glossary row for “Knowledge Data Storage”. |
| tools/translate/termbase_i18n.md | Syncs termbase row for “Knowledge Data Storage”. |
| docs.json | Adds the new page to navigation for en/zh/ja Knowledge sections. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Prepared ahead of the Cloud rollout of pre-write vector storage estimation and the paid-plan document size raise. Hold merge until both are live on Cloud.
New page: Knowledge Data Storage Limit (
{en,zh,ja}/cloud/use-dify/knowledge/knowledge-storage-limit)Plan-based upload limits on existing pages
Service API specs (en/zh/ja)
file_too_large413 documented on Create Document by File (the create path returns 413 with this feature; current main returns 400)Glossary: Knowledge Data Storage UI label row, termbase synced.
Close DC-154