[frontend] remove unused plugin categories #592
Merged
+1
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔗 相关问题 / Related Issue
📋 变更类型 / Type of Change
📝 变更目的 / Purpose of the Change
移除未使用的插件类别(HUGGINGFACE, LANGCHAIN, LLAMAINDEX),简化代码并提高可维护性。这些类别在当前系统中不再使用,保留它们会增加代码复杂度。
Remove unused plugin categories (HUGGINGFACE, LANGCHAIN, LLAMAINDEX) to simplify code and improve maintainability. These categories are no longer used in the current system, and keeping them adds unnecessary code complexity.
📋 主要变更 / Brief Changelog
sourceTabs数组中移除 HUGGINGFACE, LANGCHAIN, LLAMAINDEX 类别minePluginCategories数组中移除 LANGCHAIN, LLAMAINDEX 类别generalPluginCategories数组,只保留 APP, TOOL, HTTP 类别sourceTabsarrayminePluginCategoriesarraygeneralPluginCategoriesarray to only include APP, TOOL, HTTP categories🧪 验证变更 / Verifying this Change
测试步骤 / Test Steps
测试覆盖 / Test Coverage
📸 截图 / Screenshots
N/A - This is a code cleanup change with no visual impact
✅ 贡献者检查清单 / Contributor Checklist
基本要求 / Basic Requirements:
代码质量 / Code Quality:
测试要求 / Testing Requirements:
mvn -B clean package -Dmaven.test.skip=true,npm install --force && npm run build:pro/ Basic checks passmvn clean install/ Unit tests pass文档和兼容性 / Documentation and Compatibility:
📋 附加信息 / Additional Notes
这是一个代码清理变更,移除了不再使用的插件类别。这些类别可能是早期版本的功能,但当前系统已经不再使用它们。移除它们可以:
This is a code cleanup change that removes plugin categories that are no longer used. These categories may have been features in earlier versions, but the current system no longer uses them. Removing them helps:
🤖 Create by Agent