You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/document_compressors
X-HAN 34edfe4a16
community[minor]: add Volcengine Rerank (#22700)
**Description:** this PR adds Volcengine Rerank capability to Langchain,
you can find Volcengine Rerank API from
[here](https://www.volcengine.com/docs/84313/1254474) &
[here](https://www.volcengine.com/docs/84313/1254605).
[Volcengine](https://www.volcengine.com/) is a cloud service platform
developed by ByteDance, the parent company of TikTok. You can obtain
Volcengine API AK/SK from
[here](https://www.volcengine.com/docs/84313/1254553).

**Dependencies:** VolcengineRerank depends on `volcengine` python
package.

**Twitter handle:** my twitter/x account is https://x.com/LastMonopoly
and I'd like a mention, thank you!


**Tests and docs**
  1. integration test: `test_volcengine_rerank.py`
  2. example notebook: `volcengine_rerank.ipynb`

**Lint and test**: I have run `make format`, `make lint` and `make test`
from the root of the package I've modified.
3 weeks ago
..
__init__.py community[minor]: add Volcengine Rerank (#22700) 3 weeks ago
dashscope_rerank.py community[minor]: add DashScope Rerank (#22403) 4 weeks ago
flashrank_rerank.py Harrison/move flashrank rerank (#21448) 2 months ago
jina_rerank.py community[mionr]: add Jina Reranker in retrievers module (#19406) 2 months ago
llmlingua_filter.py community[feat]: Adds LLMLingua as a document compressor (#17711) 4 months ago
openvino_rerank.py community[patch]: Update OpenVINO embedding and reranker to support static input shape (#22171) 4 weeks ago
rankllm_rerank.py langchain: add RankLLM Reranker (#21171) 1 month ago
volcengine_rerank.py community[minor]: add Volcengine Rerank (#22700) 3 weeks ago