[PR #529] [MERGED] docs: add Qwen integration guide and update qwq documentation #794

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/529
Author: @TBice123123
Created: 9/13/2025
Status: Merged
Merged: 9/18/2025
Merged by: @lnhsingh

Base: mainHead: docs/qwen


📝 Commits (1)

  • c26f1ca fix(docs):Added visual support to documentation with diagrams and examples, and integrated a new QwenModel class for seamless Qwen model usage — now supporting multimodal inputs and enhanced developer experience.

📊 Changes

5 files changed (+956 additions, -695 deletions)

View changed files

📝 src/oss/python/integrations/chat/index.mdx (+8 -0)
src/oss/python/integrations/chat/qwen.mdx (+194 -0)
📝 src/oss/python/integrations/chat/qwq.mdx (+52 -1)
📝 src/oss/python/integrations/providers/alibaba_cloud.mdx (+8 -0)
📝 uv.lock (+694 -694)

📄 Description

Overview

Added visual support to documentation with diagrams and examples, and integrated a new ChatQwen class for seamless Qwen model usage — now supporting multimodal inputs and enhanced developer experience.

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • Linear issue:
  • Slack thread:

Checklist

  • [x ] I have read the contributing guidelines
  • [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
  • [x ] I have gotten approval from the relevant reviewers
  • [x ] (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/529 **Author:** [@TBice123123](https://github.com/TBice123123) **Created:** 9/13/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `docs/qwen` --- ### 📝 Commits (1) - [`c26f1ca`](https://github.com/langchain-ai/docs/commit/c26f1caf1bb9558d5eb8195df13dcaa134a8b658) fix(docs):Added visual support to documentation with diagrams and examples, and integrated a new QwenModel class for seamless Qwen model usage — now supporting multimodal inputs and enhanced developer experience. ### 📊 Changes **5 files changed** (+956 additions, -695 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/index.mdx` (+8 -0) ➕ `src/oss/python/integrations/chat/qwen.mdx` (+194 -0) 📝 `src/oss/python/integrations/chat/qwq.mdx` (+52 -1) 📝 `src/oss/python/integrations/providers/alibaba_cloud.mdx` (+8 -0) 📝 `uv.lock` (+694 -694) </details> ### 📄 Description ## Overview Added visual support to documentation with diagrams and examples, and integrated a new ChatQwen class for seamless Qwen model usage — now supporting multimodal inputs and enhanced developer experience. ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) --> - GitHub issue: #525 <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## 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 - [x ] I have gotten approval from the relevant reviewers - [x ] (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) ## Additional notes --- <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:08 -05:00
yindo closed this issue 2026-02-17 17:21:08 -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#794