[PR #1376] [MERGED] 功能更新 #1567

Closed
opened 2026-02-22 18:01:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1376
Author: @lemonit-eric-mao
Created: 10/14/2025
Status: Merged
Merged: 10/16/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (4)

📊 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

更新内容如下:

  1. 支持两种输入格式:

      1. 普通字符串,例如: 大家好我是小小 【原功能】
      1. JSON 字符串数组,例如: ["大家好我是小小","今天很开心"] 【新增功能】
  2. 简化模型配置

    • 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/1376 **Author:** [@lemonit-eric-mao](https://github.com/lemonit-eric-mao) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`f9ec9c8`](https://github.com/langgenius/dify-plugins/commit/f9ec9c87762597865debd07ea17cb2e08cd4f5d5) 完善按批输入功能,简化模型选择方式 - [`ec9953e`](https://github.com/langgenius/dify-plugins/commit/ec9953e1cd13fbffe70620c64ebe85310dd1970b) Merge branch 'main' of https://github.com/lemonit-eric-mao/dify-plugins - [`9a4ade1`](https://github.com/langgenius/dify-plugins/commit/9a4ade1e27c4dd367e384ad22ee027f80b87ed6e) Merge branch 'langgenius:main' into main - [`7ce0493`](https://github.com/langgenius/dify-plugins/commit/7ce0493adfa48b3ba465a3d0a09cc89b0dcdb9dc) 完善按批输入功能,简化模型选择方式 ### 📊 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 更新内容如下: 1. 支持两种输入格式: - 1. 普通字符串,例如: 大家好我是小小 【原功能】 - 2. JSON 字符串数组,例如: ["大家好我是小小","今天很开心"] 【新增功能】 2. 简化模型配置 - <img width="1595" height="728" alt="image" src="https://github.com/user-attachments/assets/0c970c6f-8e68-45ba-8adb-a64a176af0fe" /> ## 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 18:01:30 -05:00
yindo closed this issue 2026-02-22 18:01:30 -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#1567