Error when using /rerank endpoint with mixedbread-ai/mxbai-rerank-large-v2
#562
Closed
jaehyeongAN
announced in
Announcements
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
closing, as duplicate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Model description
Hi there,
I'm currently testing the recently released
mixedbread-ai/mxbai-rerank-large-v2model using the Infinity Docker container. The model loads successfully, but I'm encountering an error when making requests to the /rerank endpoint.Docker Commands
Here's an example of the request and response:
Request:
Response:
The error message indicates that the mixedbread-ai/mxbai-rerank-large-v2 model is not currently supported for the rerank operation and only supports embed.
Is it possible to request support for the rerank functionality with this model in a future update? Thank you!
Open source status & huggingface transformers.
pip install infinity_emb[all] --upgradeBeta Was this translation helpful? Give feedback.
All reactions