mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
34edfe4a16
**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. |
||
---|---|---|
.. | ||
__init__.py | ||
dashscope_rerank.py | ||
flashrank_rerank.py | ||
jina_rerank.py | ||
llmlingua_filter.py | ||
openvino_rerank.py | ||
rankllm_rerank.py | ||
volcengine_rerank.py |