[PR #1285] [MERGED] document segmentApi Add get&update&delete operate #22983

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1285
Author: @charli117
Created: 10/8/2023
Status: Merged
Merged: 10/10/2023
Merged by: @crazywoola

Base: mainHead: document-segmentapi


📝 Commits (3)

  • b25abd1 document segmentApi Add get&update&delete operate
  • a6c3d70 change template api url
  • e16f8ff document segmentApi document update

📊 Changes

4 files changed (+640 additions, -83 deletions)

View changed files

📝 api/controllers/service_api/dataset/segment.py (+145 -3)
📝 api/services/dataset_service.py (+2 -0)
📝 web/app/(commonLayout)/datasets/template/template.en.mdx (+244 -38)
📝 web/app/(commonLayout)/datasets/template/template.zh.mdx (+249 -42)

📄 Description

数据集文档分片API增加查询、删除、更新操作接口


🔄 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/1285 **Author:** [@charli117](https://github.com/charli117) **Created:** 10/8/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `document-segmentapi` --- ### 📝 Commits (3) - [`b25abd1`](https://github.com/langgenius/dify/commit/b25abd14e57a086bf8bd00b2010d04c286d97c01) document segmentApi Add get&update&delete operate - [`a6c3d70`](https://github.com/langgenius/dify/commit/a6c3d70270a859be4c805822fba92c0389075d9a) change template api url - [`e16f8ff`](https://github.com/langgenius/dify/commit/e16f8ff5910e70ba10b6741a4ea18dfd5eaac12e) document segmentApi document update ### 📊 Changes **4 files changed** (+640 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/service_api/dataset/segment.py` (+145 -3) 📝 `api/services/dataset_service.py` (+2 -0) 📝 `web/app/(commonLayout)/datasets/template/template.en.mdx` (+244 -38) 📝 `web/app/(commonLayout)/datasets/template/template.zh.mdx` (+249 -42) </details> ### 📄 Description 数据集文档分片API增加查询、删除、更新操作接口 --- <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:11 -05:00
yindo closed this issue 2026-02-21 20:20:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22983