[PR #1054] [MERGED] feat: provide docs for IBM model gateway #1252

Closed
opened 2026-02-17 17:22:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1054
Author: @FilipZmijewski
Created: 10/21/2025
Status: Merged
Merged: 10/24/2025
Merged by: @lnhsingh

Base: mainHead: main


📝 Commits (3)

  • 8378eb4 feat: add docs for model gateway
  • 950d73f Merge branch 'langchain-ai:main' into main
  • ef5d549 Merge branch 'main' into main

📊 Changes

3 files changed (+62 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/chat/ibm.mdx (+24 -0)
📝 src/oss/javascript/integrations/llms/ibm.mdx (+26 -0)
📝 src/oss/javascript/integrations/text_embedding/ibm.mdx (+12 -0)

📄 Description

Overview

Provided overview of how to use Model Gateway with langchain IBM

Type of change

Type: Update existing documentation

Related issues/PRs

  • Linear issue:
  • Slack thread:

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
  • I have gotten approval from the relevant reviewers
  • (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/1054 **Author:** [@FilipZmijewski](https://github.com/FilipZmijewski) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`8378eb4`](https://github.com/langchain-ai/docs/commit/8378eb403f677969ffb6b783936690512e915fa5) feat: add docs for model gateway - [`950d73f`](https://github.com/langchain-ai/docs/commit/950d73f427b2cd5cc70fd76bbe12b4691e3d425d) Merge branch 'langchain-ai:main' into main - [`ef5d549`](https://github.com/langchain-ai/docs/commit/ef5d549a1e008e66753611e74e73a4444398c587) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/chat/ibm.mdx` (+24 -0) 📝 `src/oss/javascript/integrations/llms/ibm.mdx` (+26 -0) 📝 `src/oss/javascript/integrations/text_embedding/ibm.mdx` (+12 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Provided overview of how to use Model Gateway with langchain IBM ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9423 <!-- 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 - I have gotten approval from the relevant reviewers - (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 <!-- Any other information that would be helpful for reviewers --> --- <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:22:01 -05:00
yindo closed this issue 2026-02-17 17:22:01 -05:00
yindo changed title from [PR #1054] [MERGED] feat: provide docs for IBM model gateway to [PR #1054] [MERGED] feat: provide docs for IBM model gateway 2026-06-05 17:31:05 -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#1252