[PR #1240] [MERGED] Feat/dataset support api service #22962

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

📋 Pull Request Information

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

Base: mainHead: feat/dataset-support-api-service


📝 Commits (10+)

📊 Changes

14 files changed (+1832 additions, -20 deletions)

View changed files

web/app/(commonLayout)/datasets/ApiServer.tsx (+41 -0)
web/app/(commonLayout)/datasets/Container.tsx (+60 -0)
📝 web/app/(commonLayout)/datasets/Datasets.tsx (+12 -7)
web/app/(commonLayout)/datasets/Doc.tsx (+28 -0)
📝 web/app/(commonLayout)/datasets/page.tsx (+2 -6)
web/app/(commonLayout)/datasets/template/template.en.mdx (+791 -0)
web/app/(commonLayout)/datasets/template/template.zh.mdx (+792 -0)
web/app/components/base/tab-slider/index.tsx (+55 -0)
📝 web/app/components/develop/secret-key/secret-key-button.tsx (+1 -1)
📝 web/app/components/develop/secret-key/secret-key-modal.tsx (+25 -5)
📝 web/i18n/lang/app-api.zh.ts (+1 -1)
📝 web/i18n/lang/dataset.en.ts (+2 -0)
📝 web/i18n/lang/dataset.zh.ts (+2 -0)
📝 web/service/datasets.ts (+20 -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/1240 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 9/26/2023 **Status:** ✅ Merged **Merged:** 9/27/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/dataset-support-api-service` --- ### 📝 Commits (10+) - [`3515242`](https://github.com/langgenius/dify/commit/3515242267c9dd1b01b0ecd8eef29c7826c8ddf5) add ui - [`6f43933`](https://github.com/langgenius/dify/commit/6f43933e3de8877b76717cd3fa03c7866b06d01d) Merge branch 'main' into feat/dataset-support-api-service - [`34d8227`](https://github.com/langgenius/dify/commit/34d8227a78e0a332d9d5e8bf2934f0ad1d37eccc) add doc - [`78068b5`](https://github.com/langgenius/dify/commit/78068b50f30d6e7dae7c75836f58d965381539c2) Merge branch 'main' into feat/dataset-support-api-service - [`1a38a53`](https://github.com/langgenius/dify/commit/1a38a5370f752426098b6bbf5d103ebba36b6fb8) add doc - [`ec3fab1`](https://github.com/langgenius/dify/commit/ec3fab1a6c8e3f64202d1935488c7d322a8b3446) fix doc - [`6996131`](https://github.com/langgenius/dify/commit/6996131d2b0e3383d576811a34239bf992b62048) fix: doc - [`f974708`](https://github.com/langgenius/dify/commit/f9747088aae3fa4249c41635cddf1d4abdb2df24) fix: doc - [`12c2bf4`](https://github.com/langgenius/dify/commit/12c2bf4709dc9f1b0b8a100e46871ea53f2c2674) fix: dataset infinite scroll not work - [`7c8d934`](https://github.com/langgenius/dify/commit/7c8d9344399b60682b50019f499b997b5a6e6818) fix scroll ### 📊 Changes **14 files changed** (+1832 additions, -20 deletions) <details> <summary>View changed files</summary> ➕ `web/app/(commonLayout)/datasets/ApiServer.tsx` (+41 -0) ➕ `web/app/(commonLayout)/datasets/Container.tsx` (+60 -0) 📝 `web/app/(commonLayout)/datasets/Datasets.tsx` (+12 -7) ➕ `web/app/(commonLayout)/datasets/Doc.tsx` (+28 -0) 📝 `web/app/(commonLayout)/datasets/page.tsx` (+2 -6) ➕ `web/app/(commonLayout)/datasets/template/template.en.mdx` (+791 -0) ➕ `web/app/(commonLayout)/datasets/template/template.zh.mdx` (+792 -0) ➕ `web/app/components/base/tab-slider/index.tsx` (+55 -0) 📝 `web/app/components/develop/secret-key/secret-key-button.tsx` (+1 -1) 📝 `web/app/components/develop/secret-key/secret-key-modal.tsx` (+25 -5) 📝 `web/i18n/lang/app-api.zh.ts` (+1 -1) 📝 `web/i18n/lang/dataset.en.ts` (+2 -0) 📝 `web/i18n/lang/dataset.zh.ts` (+2 -0) 📝 `web/service/datasets.ts` (+20 -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:20:09 -05:00
yindo closed this issue 2026-02-21 20:20:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22962