[PR #1033] [MERGED] Fix/upload document limit #22847

Closed
opened 2026-02-21 20:19:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1033
Author: @zxhlyh
Created: 8/27/2023
Status: Merged
Merged: 8/27/2023
Merged by: @zxhlyh

Base: mainHead: fix/upload-document-limit


📝 Commits (2)

📊 Changes

8 files changed (+57 additions, -12 deletions)

View changed files

📝 web/app/components/base/notion-page-selector/base.tsx (+16 -3)
📝 web/app/components/base/notion-page-selector/page-selector/index.tsx (+7 -6)
📝 web/app/components/datasets/create/file-uploader/index.tsx (+8 -0)
📝 web/app/components/datasets/create/step-one/index.tsx (+14 -3)
📝 web/i18n/lang/dataset-creation.en.ts (+1 -0)
📝 web/i18n/lang/dataset-creation.zh.ts (+1 -0)
📝 web/models/common.ts (+5 -0)
📝 web/service/common.ts (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/1033 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 8/27/2023 **Status:** ✅ Merged **Merged:** 8/27/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `fix/upload-document-limit` --- ### 📝 Commits (2) - [`96a4e5e`](https://github.com/langgenius/dify/commit/96a4e5e1ecd1353105f85254c1dd967bd0dc8893) fix: upload document limit - [`c84a2d7`](https://github.com/langgenius/dify/commit/c84a2d777098f447286ed10d5625fab7c03b2fff) fix document limit ### 📊 Changes **8 files changed** (+57 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/base/notion-page-selector/base.tsx` (+16 -3) 📝 `web/app/components/base/notion-page-selector/page-selector/index.tsx` (+7 -6) 📝 `web/app/components/datasets/create/file-uploader/index.tsx` (+8 -0) 📝 `web/app/components/datasets/create/step-one/index.tsx` (+14 -3) 📝 `web/i18n/lang/dataset-creation.en.ts` (+1 -0) 📝 `web/i18n/lang/dataset-creation.zh.ts` (+1 -0) 📝 `web/models/common.ts` (+5 -0) 📝 `web/service/common.ts` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:53 -05:00
yindo closed this issue 2026-02-21 20:19:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22847