-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
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
community: add InfinityRerank #27043
community: add InfinityRerank #27043
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
397efc6
to
8e4112a
Compare
Thank you so much for the PR |
Thank you for the PR. This PR is marked The |
@cccs-eric @efriis I think this is an imporant PR for infinity integration + not sure why this status was assigned |
pretty sure this status is in line with the review process let me know if it's not https://python.langchain.com/docs/contributing/reference/review_process/ |
thanks and appreciate the patience! |
**Description:** - Add a Reranker for Infinity server. **Dependencies:** This wrapper uses [infinity_client](https://github.com/michaelfeil/infinity/tree/main/libs/client_infinity/infinity_client) to connect to an Infinity server. **Tests and docs** - integration test: test_infinity_rerank.py - example notebook: infinity_rerank.ipynb [here](https://github.com/baptiste-pasquier/langchain/blob/feat/infinity-rerank/docs/docs/integrations/document_transformers/infinity_rerank.ipynb) --------- Co-authored-by: Erick Friis <[email protected]>
Description:
Dependencies:
This wrapper uses infinity_client to connect to an Infinity server.
Tests and docs