[PR #762] [MERGED] Docs: Cohere Reranker docs #997

Closed
opened 2026-02-17 17:21:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/762
Author: @keenborder786
Created: 10/6/2025
Status: Merged
Merged: 10/7/2025
Merged by: @lnhsingh

Base: mainHead: fix/cohere_reranker_doc


📝 Commits (5)

  • e0fd6d8 docs: Cohere reranker docs
  • 231f0db remove old llm reference
  • 831880e Merge branch 'main' into fix/cohere_reranker_doc
  • 3ef5e78 update
  • ce14b69 Merge branch 'main' into fix/cohere_reranker_doc

📊 Changes

1 file changed (+27 additions, -13 deletions)

View changed files

📝 src/oss/python/integrations/retrievers/cohere-reranker.mdx (+27 -13)

📄 Description

Overview

  • Update Cohere Reranker to reflect langchain_v1 changes.

Type of change

  • Update Existing Documentation

Related issues/PRs

Related PR on Langchain OSS: #33327

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/762 **Author:** [@keenborder786](https://github.com/keenborder786) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fix/cohere_reranker_doc` --- ### 📝 Commits (5) - [`e0fd6d8`](https://github.com/langchain-ai/docs/commit/e0fd6d8ba1449476d3fbb8ba8d54a60996710fb5) docs: Cohere reranker docs - [`231f0db`](https://github.com/langchain-ai/docs/commit/231f0db8a1a75efdfb8e975910a09ea8970259dd) remove old llm reference - [`831880e`](https://github.com/langchain-ai/docs/commit/831880ecdceb935a049b67eee5d86d2c52e15d56) Merge branch 'main' into fix/cohere_reranker_doc - [`3ef5e78`](https://github.com/langchain-ai/docs/commit/3ef5e78fc5fef4b2c297c6f2c1468f0f5d36342d) update - [`ce14b69`](https://github.com/langchain-ai/docs/commit/ce14b69bb6cb4a017bb4afba2c98dbd93dac3f2f) Merge branch 'main' into fix/cohere_reranker_doc ### 📊 Changes **1 file changed** (+27 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/retrievers/cohere-reranker.mdx` (+27 -13) </details> ### 📄 Description ## Overview - Update Cohere Reranker to reflect langchain_v1 changes. ## Type of change - Update Existing Documentation ## Related issues/PRs - Closes following issue raised on Langchain OSS: https://github.com/langchain-ai/langchain/issues/33292 Related PR on Langchain OSS: [#33327](https://github.com/langchain-ai/langchain/pull/33327) ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:31 -05:00
yindo closed this issue 2026-02-17 17:21:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#997