[PR #2568] [MERGED] docs: add DeepSeek to providers and chat models overview #2552

Closed
opened 2026-02-17 17:23:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2568
Author: @an-ny89
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @mdrxy

Base: mainHead: docs/add-deepseek-chat-provider


📝 Commits (5)

  • c88d80c docs: add DeepSeek to providers and chat models overview
  • 801583d Apply suggestion from @mdrxy
  • 1c59592 cr
  • 8b73beb Merge branch 'main' into docs/add-deepseek-chat-provider
  • a13bdc7 cr

📊 Changes

4 files changed (+11 additions, -4 deletions)

View changed files

📝 reference/packages.yml (+1 -0)
📝 src/oss/python/integrations/chat/index.mdx (+1 -0)
📝 src/oss/python/integrations/providers/deepseek.mdx (+8 -3)
📝 src/oss/python/integrations/providers/overview.mdx (+1 -1)

📄 Description

Overview

Adds DeepSeek to the provider page and the chat models overview so the existing
DeepSeek chat integration is discoverable in the documentation.

Type of change

Type: Update existing documentation

Related issues/PRs

Closes #2546

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

Additional notes

  • Documentation-only change.
  • Verified locally by running uv run docs build; documentation built successfully.
  • Live preview via docs dev was not run due to the Mint dev server (mint) not being available on Windows.

🔄 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/2568 **Author:** [@an-ny89](https://github.com/an-ny89) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/add-deepseek-chat-provider` --- ### 📝 Commits (5) - [`c88d80c`](https://github.com/langchain-ai/docs/commit/c88d80cf207f9466b5fe5815be25710b23f05576) docs: add DeepSeek to providers and chat models overview - [`801583d`](https://github.com/langchain-ai/docs/commit/801583d9a31b488794174abcf32688fd326e4b74) Apply suggestion from @mdrxy - [`1c59592`](https://github.com/langchain-ai/docs/commit/1c5959266da57263a1dd863501432497bd6788b2) cr - [`8b73beb`](https://github.com/langchain-ai/docs/commit/8b73beb934080552e6ba6841e010f51760fe3b6c) Merge branch 'main' into docs/add-deepseek-chat-provider - [`a13bdc7`](https://github.com/langchain-ai/docs/commit/a13bdc7b5df3dd006ae384c59f7cf7c9711696d7) cr ### 📊 Changes **4 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `reference/packages.yml` (+1 -0) 📝 `src/oss/python/integrations/chat/index.mdx` (+1 -0) 📝 `src/oss/python/integrations/providers/deepseek.mdx` (+8 -3) 📝 `src/oss/python/integrations/providers/overview.mdx` (+1 -1) </details> ### 📄 Description ## Overview Adds DeepSeek to the provider page and the chat models overview so the existing DeepSeek chat integration is discoverable in the documentation. ## Type of change Type: Update existing documentation ## Related issues/PRs Closes #2546 ## Checklist - [x] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes - Documentation-only change. - Verified locally by running `uv run docs build`; documentation built successfully. - Live preview via `docs dev` was not run due to the Mint dev server (`mint`) not being available on Windows. --- <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:23:32 -05:00
yindo closed this issue 2026-02-17 17:23:32 -05:00
yindo changed title from [PR #2568] docs: add DeepSeek to providers and chat models overview to [PR #2568] [MERGED] docs: add DeepSeek to providers and chat models overview 2026-06-05 18:19:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2552