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
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
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
agent_toolkits community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
agents community: update how OpenAIAssistantV2Runnable creates threads with tool_resources (#22549) 4 months ago
callbacks community[minor]: Add UpstashRatelimitHandler (#21885) 4 months ago
chains community[minor]: Enable retrieval api calls in PebbloRetrievalQA (#21958) 4 months ago
chat_loaders infra: rm unused # noqa violations (#22049) 4 months ago
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 4 months ago
chat_models community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
cross_encoders multiple: langchain 0.2 in master (#21191) 5 months ago
docstore community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
document_compressors community[minor]: add Volcengine Rerank (#22700) 3 months ago
document_loaders community[patch]: Small Fix in OutlookMessageLoader (Close the Message once Open) (#22744) 3 months ago
document_transformers infra: rm unused # noqa violations (#22049) 4 months ago
embeddings community[patch]: add detailed paragraph and example for BaichuanTextEmbeddings (#22031) 4 months ago
example_selectors docs: added `community` modules descriptions (#17827) 7 months ago
graphs infra: rm unused # noqa violations (#22049) 4 months ago
indexes community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
llms [Community]add option to delete the prompt from HF output (#22225) 4 months ago
memory community[minor]: Add Zep Cloud components + docs + examples (#21671) 4 months ago
output_parsers infra: rm unused # noqa violations (#22049) 4 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers community[patch]:Support filter for AzureAISearchRetriever (#22303) 4 months ago
storage community[minor]: Add SQL storage implementation (#22207) 4 months ago
tools multiple: get rid of pyproject extras (#22581) 4 months ago
utilities docs: duckduckgosearch options listed (#22568) 4 months ago
utils community[patch]: Use Custom Logger Instead of Root Logger in get_user_agent Function (#22691) 4 months ago
vectorstores couchbase: Add the initial version of Couchbase partner package (#22087) 4 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 4 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago