[PR #426] [MERGED] modified rerank model of cohere #1357

Closed
opened 2026-02-16 10:22:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/426
Author: @shirochan
Created: 3/11/2025
Status: Merged
Merged: 3/11/2025
Merged by: @crazywoola

Base: mainHead: fix_cohere_model


📝 Commits (2)

  • ab8368e modified rerank model of cohere
  • a96c301 bump up cohere's plugin version

📊 Changes

5 files changed (+4 additions, -9 deletions)

View changed files

📝 models/cohere/manifest.yaml (+1 -1)
📝 models/cohere/models/rerank/_position.yaml (+1 -2)
models/cohere/models/rerank/rerank-multilingual-v2.0.yaml (+0 -4)
📝 models/cohere/models/rerank/rerank-v3.5.yaml (+1 -1)
📝 models/cohere/provider/cohere.py (+1 -1)

📄 Description

Purpose of this PR

  1. rerank-v3.5 was missing, so it was added.
  2. removed rerank-english-v2.0 and rerank-multilingual-v2.0 as they were deprecated

Related Issues


🔄 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-official-plugins/pull/426 **Author:** [@shirochan](https://github.com/shirochan) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix_cohere_model` --- ### 📝 Commits (2) - [`ab8368e`](https://github.com/langgenius/dify-official-plugins/commit/ab8368e2f1a62bd4500fe7948341d77d74061c48) modified rerank model of cohere - [`a96c301`](https://github.com/langgenius/dify-official-plugins/commit/a96c301f70374b16d055b4a234e77c07bb55c6fc) bump up cohere's plugin version ### 📊 Changes **5 files changed** (+4 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `models/cohere/manifest.yaml` (+1 -1) 📝 `models/cohere/models/rerank/_position.yaml` (+1 -2) ➖ `models/cohere/models/rerank/rerank-multilingual-v2.0.yaml` (+0 -4) 📝 `models/cohere/models/rerank/rerank-v3.5.yaml` (+1 -1) 📝 `models/cohere/provider/cohere.py` (+1 -1) </details> ### 📄 Description ### Purpose of this PR 1. rerank-v3.5 was missing, so it was added. 2. removed rerank-english-v2.0 and rerank-multilingual-v2.0 as they were deprecated ### Related Issues - PR with the addition of Rerank v3.5 https://github.com/langgenius/dify/issues/11347 - Rerank v2.0 related issues https://github.com/langgenius/dify/issues/14284 - bug report https://github.com/langgenius/dify/issues/15333 --- <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-16 10:22:43 -05:00
yindo closed this issue 2026-02-16 10:22: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-official-plugins#1357