[PR #1654] [MERGED] fix: Remove rag tag for Knowledge Pipeline related plugins, bump minimum_dify_version #2014

Closed
opened 2026-02-16 11:15:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1654
Author: @QuantumGhost
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @RockChinQ

Base: mainHead: main


📝 Commits (1)

  • f45b460 fix: Remove rag tag for Knowledge Pipeline related plugins

📊 Changes

10 files changed (+15 additions, -23 deletions)

View changed files

📝 tools/dify_extractor/manifest.yaml (+2 -3)
📝 tools/dify_extractor/provider/dify_extractor.yaml (+1 -2)
📝 tools/general_chunk/manifest.yaml (+3 -3)
📝 tools/general_chunk/provider/general_chunk.yaml (+1 -2)
📝 tools/parent_child_chunk/manifest.yaml (+2 -3)
📝 tools/parent_child_chunk/provider/parent_child_chunk.yaml (+1 -2)
📝 tools/qa_chunk/manifest.yaml (+2 -2)
📝 tools/qa_chunk/provider/qa_chunk.yaml (+0 -1)
📝 tools/unstructured/manifest.yaml (+2 -3)
📝 tools/unstructured/provider/unstructured.yaml (+1 -2)

📄 Description

Related Issues or Context

The rag tag is not supported by current frontend code. Remove it
to avoid breaking existing Dify deployments.

The minimum_dify_version field is raised to 2.0.0-beta1 to ensure
users of old version get proper compatibility notice while trying to
install those plugins.

This PR contains Changes to Non-Plugin

  • Documentation
  • Other

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

This PR contains Changes to LLM Models Plugin

NO

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.5.0 is in requirements.txt (SDK docs)

Environment Verification (If Any Code Changes)

Local Deployment Environment

  • Dify Version is: , I have Tested My Changes on Local Deployment Dify with a

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 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-official-plugins/pull/1654 **Author:** [@QuantumGhost](https://github.com/QuantumGhost) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@RockChinQ](https://github.com/RockChinQ) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f45b460`](https://github.com/langgenius/dify-official-plugins/commit/f45b460c8f62a6739b52adad91a7eaf109173e6f) fix: Remove `rag` tag for Knowledge Pipeline related plugins ### 📊 Changes **10 files changed** (+15 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `tools/dify_extractor/manifest.yaml` (+2 -3) 📝 `tools/dify_extractor/provider/dify_extractor.yaml` (+1 -2) 📝 `tools/general_chunk/manifest.yaml` (+3 -3) 📝 `tools/general_chunk/provider/general_chunk.yaml` (+1 -2) 📝 `tools/parent_child_chunk/manifest.yaml` (+2 -3) 📝 `tools/parent_child_chunk/provider/parent_child_chunk.yaml` (+1 -2) 📝 `tools/qa_chunk/manifest.yaml` (+2 -2) 📝 `tools/qa_chunk/provider/qa_chunk.yaml` (+0 -1) 📝 `tools/unstructured/manifest.yaml` (+2 -3) 📝 `tools/unstructured/provider/unstructured.yaml` (+1 -2) </details> ### 📄 Description ## Related Issues or Context The `rag` tag is not supported by current frontend code. Remove it to avoid breaking existing Dify deployments. The `minimum_dify_version` field is raised to `2.0.0-beta1` to ensure users of old version get proper compatibility notice while trying to install those plugins. ## This PR contains Changes to *Non-Plugin* - [ ] Documentation - [ ] Other ## This PR contains Changes to *Non-LLM Models Plugin* - [ ] I have Run Comprehensive Tests Relevant to My Changes ## This PR contains Changes to *LLM Models Plugin* NO ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [ ] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) ## Dify Plugin SDK Version - [ ] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ## Environment Verification (If Any Code Changes) ### Local Deployment Environment - [ ] Dify Version is: <!-- Specify Your Version (e.g., 1.2.0) -->, I have Tested My Changes on Local Deployment Dify with a ### SaaS Environment - [ ] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration --- <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-16 11:15:52 -05:00
yindo closed this issue 2026-02-16 11:15:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2014