[PR #1139] [MERGED] Feat:csv & docx support #22909

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1139
Author: @JzoNgKVO
Created: 9/9/2023
Status: Merged
Merged: 9/10/2023
Merged by: @JohnJyong

Base: mainHead: feat/csv_docx_support


📝 Commits (3)

📊 Changes

13 files changed (+68 additions, -39 deletions)

View changed files

📝 api/controllers/console/datasets/file.py (+1 -1)
web/app/components/datasets/create/assets/docx.svg (+23 -0)
📝 web/app/components/datasets/create/embedding-process/index.module.css (+3 -1)
📝 web/app/components/datasets/create/embedding-process/index.tsx (+1 -1)
📝 web/app/components/datasets/create/file-uploader/index.module.css (+3 -1)
📝 web/app/components/datasets/create/file-uploader/index.tsx (+2 -30)
📝 web/app/components/datasets/create/step-one/index.tsx (+2 -2)
📝 web/app/components/datasets/create/step-two/index.module.css (+4 -0)
📝 web/app/components/datasets/documents/detail/completed/SegmentCard.tsx (+1 -1)
📝 web/app/components/datasets/documents/style.module.css (+3 -0)
web/assets/docx.svg (+23 -0)
📝 web/i18n/lang/dataset-creation.en.ts (+1 -1)
📝 web/i18n/lang/dataset-creation.zh.ts (+1 -1)

📄 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/1139 **Author:** [@JzoNgKVO](https://github.com/JzoNgKVO) **Created:** 9/9/2023 **Status:** ✅ Merged **Merged:** 9/10/2023 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `feat/csv_docx_support` --- ### 📝 Commits (3) - [`b8d6a91`](https://github.com/langgenius/dify/commit/b8d6a91771ac2c1039426558db6fe9f1ec482953) csv and docx support - [`4888ff2`](https://github.com/langgenius/dify/commit/4888ff2d9c71af3a1494b8cdcc60e19bb3a5cd6f) Merge branch 'main' into tp - [`c384dda`](https://github.com/langgenius/dify/commit/c384ddafe22e326e3745a6cf9eea67eb5491fd83) add icon of docx ### 📊 Changes **13 files changed** (+68 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/datasets/file.py` (+1 -1) ➕ `web/app/components/datasets/create/assets/docx.svg` (+23 -0) 📝 `web/app/components/datasets/create/embedding-process/index.module.css` (+3 -1) 📝 `web/app/components/datasets/create/embedding-process/index.tsx` (+1 -1) 📝 `web/app/components/datasets/create/file-uploader/index.module.css` (+3 -1) 📝 `web/app/components/datasets/create/file-uploader/index.tsx` (+2 -30) 📝 `web/app/components/datasets/create/step-one/index.tsx` (+2 -2) 📝 `web/app/components/datasets/create/step-two/index.module.css` (+4 -0) 📝 `web/app/components/datasets/documents/detail/completed/SegmentCard.tsx` (+1 -1) 📝 `web/app/components/datasets/documents/style.module.css` (+3 -0) ➕ `web/assets/docx.svg` (+23 -0) 📝 `web/i18n/lang/dataset-creation.en.ts` (+1 -1) 📝 `web/i18n/lang/dataset-creation.zh.ts` (+1 -1) </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:20:02 -05:00
yindo closed this issue 2026-02-21 20:20:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22909