mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1654] [MERGED] fix: Remove rag tag for Knowledge Pipeline related plugins, bump minimum_dify_version
#2014
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (1)
f45b460fix: Removeragtag 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
ragtag is not supported by current frontend code. Remove itto avoid breaking existing Dify deployments.
The
minimum_dify_versionfield is raised to2.0.0-beta1to ensureusers of old version get proper compatibility notice while trying to
install those plugins.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
NO
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.