mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #362] [MERGED] Fix failed to create rerank model when use vllm rerank #1317
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/362
Author: @jcvv0n
Created: 3/3/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @crazywoola
Base:
main← Head:fix/openai_api_compatible📝 Commits (2)
55d9e3eFix failed to create rerank model when use vllm reranka66554bUpdate plugin version📊 Changes
2 files changed (+25 additions, -2 deletions)
View changed files
📝
models/openai_api_compatible/manifest.yaml(+1 -1)📝
models/openai_api_compatible/models/rerank/rerank.py(+24 -1)📄 Description
#14140
rewrite the validate_credentials method of the parent class and add the parameter top_n when calling the _invoke method
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.