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/docs
Kenneth Choe f98d7f7494
langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687)
- **Description:** Support reranking based on cross encoder models
available from HuggingFace.
      - Added `CrossEncoder` schema
- Implemented `HuggingFaceCrossEncoder` and
`SagemakerEndpointCrossEncoder`
- Implemented `CrossEncoderReranker` that performs similar functionality
to `CohereRerank`
- Added `cross-encoder-reranker.ipynb` to demonstrate how to use it.
Please let me know if anything else needs to be done to make it visible
on the table-of-contents navigation bar on the left, or on the card list
on [retrievers documentation
page](https://python.langchain.com/docs/integrations/retrievers).
  - **Issue:** N/A
  - **Dependencies:** None other than the existing ones.

---------

Co-authored-by: Kenny Choe <kchoe@amazon.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2 months ago
..
api_reference community[patch], langchain[minor]: Add retriever self_query and score_threshold in DingoDB (#18106) 3 months ago
data 👥 Update LangChain people data (#18473) 3 months ago
docs langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 2 months ago
scripts add script to check imports (#19611) 2 months ago
src docs[minor]: include tab info for togetherai (#19796) 2 months ago
static docs: update use_cases/question_answering/chat_history (#19349) 2 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 3 months ago
.local_build.sh docs: partner packages (#16960) 4 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 3 months ago
README.md docs: developer docs (#14776) 5 months ago
babel.config.js Restructure docs (#11620) 8 months ago
code-block-loader.js Restructure docs (#11620) 8 months ago
docusaurus.config.js docs[patch]: properly load/use env vars (#18942) 3 months ago
package.json ci[minor]: Bump LC scripts package, add retry option (#19285) 2 months ago
settings.ini Restructure docs (#11620) 8 months ago
sidebars.js docs: `Toolkits` menu (#16217) 4 months ago
vercel.json community[minor]: migrate `bigdl-llm` to `ipex-llm` (#19518) 2 months ago
vercel_build.sh docs[minor]: Add chat model tabs to docs pages (#19589) 2 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 6 months ago
yarn.lock ci[minor]: Bump LC scripts package, add retry option (#19285) 2 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide