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
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 months ago
..
cli couchbase: Add the initial version of Couchbase partner package (#22087) 4 months ago
community community[minor]: add Volcengine Rerank (#22700) 3 months ago
core core: add error message for non-structured llm to StructuredPrompt (#22684) 4 months ago
experimental multiple: get rid of pyproject extras (#22581) 4 months ago
langchain langchain[minor]: Add pgvector to list of supported vectorstores in self query retriever (#22678) 3 months ago
partners openai: add `parallel_tool_calls` to api ref (#22746) 3 months ago
standard-tests multiple: add `stop` attribute (#22573) 4 months ago
text-splitters Community[minor]: Add language parser for Elixir (#22742) 3 months ago