[PR #242] fix(text_embedding): pass input_type to distinguish between document and query #253

Open
opened 2026-02-15 21:16:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/242
Author: @utsumi-fj
Created: 11/17/2025
Status: 🔄 Open

Base: mainHead: fix_241


📝 Commits (2)

  • 3bf5978 fix(text_embedding): pass input_type to distinguish between document and query
  • ea7f8fa Update python/dify_plugin/core/entities/plugin/request.py

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

📝 python/dify_plugin/core/entities/plugin/request.py (+1 -0)
📝 python/dify_plugin/core/plugin_executor.py (+1 -0)

📄 Description

Fixes #241

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Compatibility impact

Since this is a bug fix, there is no compatibility impact.

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 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-plugin-sdks/pull/242 **Author:** [@utsumi-fj](https://github.com/utsumi-fj) **Created:** 11/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix_241` --- ### 📝 Commits (2) - [`3bf5978`](https://github.com/langgenius/dify-plugin-sdks/commit/3bf597841b93893bd4706166c013b972b96c0f11) fix(text_embedding): pass input_type to distinguish between document and query - [`ea7f8fa`](https://github.com/langgenius/dify-plugin-sdks/commit/ea7f8fa09c6aa3fcb1a7818c4ed6e3e8fff5daf1) Update python/dify_plugin/core/entities/plugin/request.py ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/core/entities/plugin/request.py` (+1 -0) 📝 `python/dify_plugin/core/plugin_executor.py` (+1 -0) </details> ### 📄 Description Fixes #241 ## Compatibility Check - [x] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [x] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [x] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [x] I have described the compatibility impact and the corresponding version number in the PR description - [x] I have checked whether the plugin version is updated in the `README.md` ### Compatibility impact Since this is a bug fix, there is no compatibility impact. ## Available Checks - [x] Code has passed local tests - [ ] Relevant documentation has been updated (if necessary) --- <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-15 21:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#253