[PR #1266] [MERGED] Text to Embedding(文本向量化插件)提交 #1491

Closed
opened 2026-02-22 17:59:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1266
Author: @lemonit-eric-mao
Created: 9/21/2025
Status: Merged
Merged: 10/13/2025
Merged by: @LogicOber

Base: mainHead: main


📝 Commits (5)

  • 7cb3e92 添加T2E插件
  • 1658443 让向量化模型在工作流当中、,加入了限制批量能力,防止处理数据量过大导致显存溢出。
  • cb256d5 简化配置项,改为从授权信息中获取配置项
  • 5783f16 按照要求修改了文档和中文错误提示的问题
  • d3f3dd5 Merge branch 'langgenius:main' into main

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

lemonit-eric-mao/Embedding/Embedding.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • 新插件提交
  • 现有插件版本更新

3. Description

该插件的主要目的:

  • 向量化模型 在 Dify 工作流中可以 动态配置、灵活选择,无需固定单一模型。
  • 新增 批量处理限制,防止一次性处理过大数据导致 显存溢出,提升系统稳定性和安全性。
  • 常用于Milvus检索之前的向量化使用,或用知识库检索之前的向量化查询使用。
    image

4. Checklist

  • 我已阅读并遵守《发布到 Dify Marketplace 指南》
  • 我已阅读并遵守《插件开发者协议》
  • 我确认该插件已在 Dify Community EditionCloud Version 上正常运行
  • 我确认该插件已通过充分测试,功能完整且稳定
  • 该插件为 Dify 带来了新的实用价值

5. Documentation Checklist

  • 提供了详细的 安装与配置步骤
  • 提供了 使用说明 与示例
  • 清晰列出了所有必要的 API 和凭证
  • 包含连接要求与参数说明
  • 插件源码仓库链接已在 README 中提供

6. Privacy Protection Information

数据收集

该插件不收集任何用户个人隐私数据,仅在运行时使用用户提供的向量化模型及配置参数。

隐私政策

  • 我已根据 Dify 插件隐私保护指南准备并包含隐私政策文件(Privacy Policy),并在插件包中附带。

🔄 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-plugins/pull/1266 **Author:** [@lemonit-eric-mao](https://github.com/lemonit-eric-mao) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`7cb3e92`](https://github.com/langgenius/dify-plugins/commit/7cb3e921e8e41acdcd160b37196629a8fb781885) 添加T2E插件 - [`1658443`](https://github.com/langgenius/dify-plugins/commit/16584439774781730b98e23fb0da7d37795a1a74) 让向量化模型在工作流当中、,加入了限制批量能力,防止处理数据量过大导致显存溢出。 - [`cb256d5`](https://github.com/langgenius/dify-plugins/commit/cb256d54b627611ad9e35a729be21ea1cc163bc6) 简化配置项,改为从授权信息中获取配置项 - [`5783f16`](https://github.com/langgenius/dify-plugins/commit/5783f1619391d59c8a954ab07eadc8158e613411) 按照要求修改了文档和中文错误提示的问题 - [`d3f3dd5`](https://github.com/langgenius/dify-plugins/commit/d3f3dd512baa7bd72bd8e2566d4e73ebed0d72b7) Merge branch 'langgenius:main' into main ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `lemonit-eric-mao/Embedding/Embedding.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata * **Plugin Author**: 巳煜 * **Plugin Name**: Text to Embedding(文本向量化插件) * **Repository URL**: [https://github.com/yourname/dynamic-vectorizer](https://github.com/yourname/dynamic-vectorizer) ## 2. Submission Type * [x] 新插件提交 * [ ] 现有插件版本更新 ## 3. Description 该插件的主要目的: * 让 **向量化模型** 在 Dify 工作流中可以 **动态配置、灵活选择**,无需固定单一模型。 * 新增 **批量处理限制**,防止一次性处理过大数据导致 **显存溢出**,提升系统稳定性和安全性。 * 常用于Milvus检索之前的向量化使用,或用知识库检索之前的向量化查询使用。 <img width="1281" height="746" alt="image" src="https://github.com/user-attachments/assets/e1b271cc-77cd-445f-a984-c9a664a07aac" /> ## 4. Checklist * [x] 我已阅读并遵守《发布到 Dify Marketplace 指南》 * [x] 我已阅读并遵守《插件开发者协议》 * [x] 我确认该插件已在 **Dify Community Edition** 和 **Cloud Version** 上正常运行 * [x] 我确认该插件已通过充分测试,功能完整且稳定 * [x] 该插件为 Dify 带来了新的实用价值 ## 5. Documentation Checklist * [x] 提供了详细的 **安装与配置步骤** * [x] 提供了 **使用说明** 与示例 * [x] 清晰列出了所有必要的 API 和凭证 * [x] 包含连接要求与参数说明 * [x] 插件源码仓库链接已在 README 中提供 ## 6. Privacy Protection Information ### 数据收集 该插件**不收集任何用户个人隐私数据**,仅在运行时使用用户提供的向量化模型及配置参数。 ### 隐私政策 * [x] 我已根据 Dify 插件隐私保护指南准备并包含隐私政策文件(Privacy Policy),并在插件包中附带。 --- <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-22 17:59:40 -05:00
yindo closed this issue 2026-02-22 17:59:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1491