[PR #3611] docs(integrations): add Doubleword provider #3650

Open
opened 2026-06-05 18:23:48 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3611
Author: @JoshC8C7
Created: 4/16/2026
Status: 🔄 Open

Base: mainHead: doubleword-integration


📝 Commits (4)

  • 26abc09 docs(integrations): add Doubleword provider
  • 3775ce0 Merge branch 'main' into doubleword-integration
  • e07832f docs(integrations): document Doubleword 1-hour flex tier classes
  • a1221c0 Merge branch 'main' into doubleword-integration

📊 Changes

5 files changed (+432 additions, -0 deletions)

View changed files

📝 packages.yml (+6 -0)
src/oss/python/integrations/chat/doubleword.mdx (+247 -0)
src/oss/python/integrations/embeddings/doubleword.mdx (+133 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/doubleword.mdx (+38 -0)

📄 Description

Summary

Adds LangChain Python integration docs for Doubleword, following the integration publishing flow per oss/contributing/publish-langchain.

  • New chat, embeddings, and provider pages under src/oss/python/integrations/ covering ChatDoubleword, ChatDoublewordBatch, DoublewordEmbeddings, and DoublewordEmbeddingsBatch.
  • Added langchain-doubleword to packages.yml (repo: doublewordai/langchain-doubleword, Python-only).
  • Added provider card to src/oss/python/integrations/providers/all_providers.mdx.

Notes for reviewers

  • reference.langchain.com/python/langchain-doubleword/... links currently 503; they'll resolve once the package is picked up by the reference build (out of scope for this docs-only PR).
  • Draft was AI-assisted (Claude Code); every change was manually reviewed, the docs build cleanly, and make broken-links / make test / make lint are green locally.

Test plan

  • make broken-links — no new broken links
  • make test — 134 passed
  • make lint — clean
  • Previewed locally via make dev

🔄 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/3611 **Author:** [@JoshC8C7](https://github.com/JoshC8C7) **Created:** 4/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `doubleword-integration` --- ### 📝 Commits (4) - [`26abc09`](https://github.com/langchain-ai/docs/commit/26abc09bd87e22c28ecd945138dcaa3ed8357b0e) docs(integrations): add Doubleword provider - [`3775ce0`](https://github.com/langchain-ai/docs/commit/3775ce015a8567a422469f7357f0beca28c4e83e) Merge branch 'main' into doubleword-integration - [`e07832f`](https://github.com/langchain-ai/docs/commit/e07832f23babc894f3d4a2c5c28bd10cad2e04cc) docs(integrations): document Doubleword 1-hour flex tier classes - [`a1221c0`](https://github.com/langchain-ai/docs/commit/a1221c0fd68d574b7fbbfd1345e15e8ef997d9ca) Merge branch 'main' into doubleword-integration ### 📊 Changes **5 files changed** (+432 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+6 -0) ➕ `src/oss/python/integrations/chat/doubleword.mdx` (+247 -0) ➕ `src/oss/python/integrations/embeddings/doubleword.mdx` (+133 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/doubleword.mdx` (+38 -0) </details> ### 📄 Description ## Summary Adds LangChain Python integration docs for Doubleword, following the integration publishing flow per [`oss/contributing/publish-langchain`](https://docs.langchain.com/oss/python/contributing/publish-langchain). - New chat, embeddings, and provider pages under `src/oss/python/integrations/` covering `ChatDoubleword`, `ChatDoublewordBatch`, `DoublewordEmbeddings`, and `DoublewordEmbeddingsBatch`. - Added `langchain-doubleword` to `packages.yml` (repo: `doublewordai/langchain-doubleword`, Python-only). - Added provider card to `src/oss/python/integrations/providers/all_providers.mdx`. ## Notes for reviewers - `reference.langchain.com/python/langchain-doubleword/...` links currently 503; they'll resolve once the package is picked up by the reference build (out of scope for this docs-only PR). - Draft was AI-assisted (Claude Code); every change was manually reviewed, the docs build cleanly, and `make broken-links` / `make test` / `make lint` are green locally. ## Test plan - [x] `make broken-links` — no new broken links - [x] `make test` — 134 passed - [x] `make lint` — clean - [x] Previewed locally via `make dev` --- <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-06-05 18:23:48 -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#3650