Merged
Conversation
LogicOber
approved these changes
Jun 11, 2025
Gmasterzhangxinyang
pushed a commit
to Gmasterzhangxinyang/dify-plugins
that referenced
this pull request
Apr 6, 2026
* feat: add tongyi speech2text model and qwq-max model Signed-off-by: tianzixuan <tianzixuan335@hellobike.com> * feat: add gte-rerank-v2 Signed-off-by: 小草林(田梓萱) <xcl@xuegao-tzx.top> --------- Signed-off-by: tianzixuan <tianzixuan335@hellobike.com> Signed-off-by: 小草林(田梓萱) <xcl@xuegao-tzx.top>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Plugin Submission Form
1. Submission Type
2. Description
Dubbo Invoker is a plugin for Dify that allows invoking Dubbo services within workflows. It supports connecting to Dubbo services either directly or through service registries like Nacos, and handles various Java parameter types including objects, collections, and arrays.
Key capabilities:
Repository URL: https://github.com/arrenxxxxx/dify-plugin-tools-dubboinvoker
3. Checklist
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
5. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect, store, or transmit any personal data. Configuration information (registry addresses, service URIs, interface names, method names, and parameters) is only used during runtime to connect to specified Dubbo services. No data is permanently stored by the plugin.
Privacy Policy
Additional Information
Plugin Type: Tool Plugin
Primary Use Case: Dubbo service integration for workflows
Supported Registries: Nacos
Protocol Support: Dubbo native protocol
This plugin enables Dify workflows to integrate with existing Dubbo-based microservices.