We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use rerank model that deployed with infinity (https://github.com/michaelfeil/infinity).
Here is an example of how to send request to infinity rerank model:
curl -X 'POST' \ 'http://localhost:7997/rerank' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "query": "like", "documents": [ "like", "love", "hate" ], "return_documents": false, "model": "BAAI/bge-reranker-v2-m3" }'
The text was updated successfully, but these errors were encountered:
I second this. Potentially could be done best with a new moded that is similar to text-embeddings-inference.
Sorry, something went wrong.
Yawen-1010
No branches or pull requests
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I want to use rerank model that deployed with infinity (https://github.com/michaelfeil/infinity).
2. Additional context or comments
Here is an example of how to send request to infinity rerank model:
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: