langchain/libs/community/tests/integration_tests/document_compressors
Baptiste Pasquier 81f7daa458
community: add InfinityRerank (#27043)
**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 <erick@langchain.dev>
2024-11-06 17:26:30 -08:00
..
__init__.py langchain: add RankLLM Reranker (#21171) 2024-05-22 20:12:55 +00:00
test_dashscope_rerank.py community[minor]: add DashScope Rerank (#22403) 2024-06-05 15:40:21 -07:00
test_infinity_rerank.py community: add InfinityRerank (#27043) 2024-11-06 17:26:30 -08:00
test_rankllm_rerank.py langchain: add RankLLM Reranker (#21171) 2024-05-22 20:12:55 +00:00
test_volcengine_rerank.py community[minor]: add Volcengine Rerank (#22700) 2024-06-10 13:41:05 -07:00