[PR #1569] [MERGED] docs: add wx sql database toolkit doc #1657

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1569
Author: @Mateusz-Switala
Created: 11/21/2025
Status: Merged
Merged: 11/30/2025
Merged by: @mdrxy

Base: mainHead: docs_langchain_ibm_add_sql_toolkit


📝 Commits (6)

  • e90c0e9 add wx sql database toolkit doc
  • 21ee6c1 improve instalaltion step
  • 51754ca Apply suggestion from @mdrxy
  • 8280ac8 Apply suggestion from @mdrxy
  • 2defd9b Merge branch 'main' into docs_langchain_ibm_add_sql_toolkit
  • 28a2583 Merge branch 'main' into docs_langchain_ibm_add_sql_toolkit

📊 Changes

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

View changed files

📝 src/oss/python/integrations/providers/ibm.mdx (+3 -0)
src/oss/python/integrations/tools/ibm_watsonx_sql.mdx (+232 -0)
📝 src/oss/python/integrations/tools/index.mdx (+1 -0)

📄 Description

Overview

Type of change

Type: New documentation page and Update existing documentation

Related issues/PRs

N/A

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): Create a preview deployment as necessary 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/1569 **Author:** [@Mateusz-Switala](https://github.com/Mateusz-Switala) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs_langchain_ibm_add_sql_toolkit` --- ### 📝 Commits (6) - [`e90c0e9`](https://github.com/langchain-ai/docs/commit/e90c0e93cc67f080373fab1bfd00bcb1bf1d0644) add wx sql database toolkit doc - [`21ee6c1`](https://github.com/langchain-ai/docs/commit/21ee6c1520764209568c21db373beba6a6490ed7) improve instalaltion step - [`51754ca`](https://github.com/langchain-ai/docs/commit/51754ca10718eea0594382d286c483772af550f3) Apply suggestion from @mdrxy - [`8280ac8`](https://github.com/langchain-ai/docs/commit/8280ac8549a44a9fe2c1d2c273099cf59c08f7dc) Apply suggestion from @mdrxy - [`2defd9b`](https://github.com/langchain-ai/docs/commit/2defd9ba76a904a1c2cd1d9e915b01e7e3ff96ad) Merge branch 'main' into docs_langchain_ibm_add_sql_toolkit - [`28a2583`](https://github.com/langchain-ai/docs/commit/28a2583183b5b5f4fefa99dfbe9956ac4d4ff2ed) Merge branch 'main' into docs_langchain_ibm_add_sql_toolkit ### 📊 Changes **3 files changed** (+236 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/ibm.mdx` (+3 -0) ➕ `src/oss/python/integrations/tools/ibm_watsonx_sql.mdx` (+232 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** New documentation page and Update existing documentation ## Related issues/PRs N/A ## 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 - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary 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:35 -05:00
yindo closed this issue 2026-02-17 17:22:35 -05:00
yindo changed title from [PR #1569] docs: add wx sql database toolkit doc to [PR #1569] [MERGED] docs: add wx sql database toolkit doc 2026-06-05 18:14: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#1657