How to interact with rerank api endpoint #228
-
Hi there, I hosted a rerank model using the Thank you 😊 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for your q. You can access the openapi and /docs route. Also hosting a huggingface endpoint! |
Beta Was this translation helpful? Give feedback.
-
I made a PR in Langchain to implement an Infinity Reranker : It uses infinity_client to connect to an Infinity server. Here is an example notebook |
Beta Was this translation helpful? Give feedback.
I made a PR in Langchain to implement an Infinity Reranker :
langchain-ai/langchain#27043
It uses infinity_client to connect to an Infinity server.
Here is an example notebook