[PR #2272] [MERGED] docs: Add Supadata integration provider (JS & Python) #2282

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2272
Author: @MUDASSIR-75
Created: 1/18/2026
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (10+)

  • 548cebc docs: Add Supadata integration provider
  • c8a6ab7 Merge branch 'langchain-ai:main' into main
  • 3ebfb76 docs: Add Python Supadata integration
  • f6cc64b docs: Add Javascript Supadata integration
  • 196847e docs: Add Javascript Supadata integration
  • 8cf126a Merge branch 'main' into main
  • aedf339 Merge branch 'main' into main
  • dfcd0f8 Merge branch 'main' into main
  • 38f4c43 Merge branch 'main' into main
  • 801d862 Merge branch 'main' into main

📊 Changes

4 files changed (+138 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/providers/all_providers.mdx (+7 -0)
src/oss/javascript/integrations/providers/supadata.mdx (+62 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/supadata.mdx (+61 -0)

📄 Description

Overview

Adding documentation for the Supadata integration for both Python and JavaScript. This integration was moved to standalone packages (@supadata/langchain-js and supadata-langchain) as requested by the maintainers. This PR adds the provider pages to the documentation.

Type of change

Type: New documentation page

Related issues/PRs

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

The integration packages have been published and are available here for verification:


🔄 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/2272 **Author:** [@MUDASSIR-75](https://github.com/MUDASSIR-75) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`548cebc`](https://github.com/langchain-ai/docs/commit/548cebc619d72e90fc44e4fffd3eeacf239d65f2) docs: Add Supadata integration provider - [`c8a6ab7`](https://github.com/langchain-ai/docs/commit/c8a6ab70ae420e61563435daf1e1bbd6b7311051) Merge branch 'langchain-ai:main' into main - [`3ebfb76`](https://github.com/langchain-ai/docs/commit/3ebfb7649c39b3aad24f847fd55d7c9d28ed9252) docs: Add Python Supadata integration - [`f6cc64b`](https://github.com/langchain-ai/docs/commit/f6cc64bb068cfb7954cb3e30a6ed0f19e7aacb64) docs: Add Javascript Supadata integration - [`196847e`](https://github.com/langchain-ai/docs/commit/196847e8028728ebddbe7e7a753418dee4b7f914) docs: Add Javascript Supadata integration - [`8cf126a`](https://github.com/langchain-ai/docs/commit/8cf126aa207903a5320909066cd2d1bac6acad61) Merge branch 'main' into main - [`aedf339`](https://github.com/langchain-ai/docs/commit/aedf3398d18639ac7148e84d3f29859bb21d5629) Merge branch 'main' into main - [`dfcd0f8`](https://github.com/langchain-ai/docs/commit/dfcd0f81dad38adac8c1fdaccda7767b68bfbfe5) Merge branch 'main' into main - [`38f4c43`](https://github.com/langchain-ai/docs/commit/38f4c43938bf90f612b2a211fc50a575a4078f1b) Merge branch 'main' into main - [`801d862`](https://github.com/langchain-ai/docs/commit/801d8623d38c682ba38ab408e0af2300621ca5b5) Merge branch 'main' into main ### 📊 Changes **4 files changed** (+138 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/providers/supadata.mdx` (+62 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/supadata.mdx` (+61 -0) </details> ### 📄 Description ## Overview Adding documentation for the Supadata integration for both Python and JavaScript. This integration was moved to standalone packages (`@supadata/langchain-js` and `supadata-langchain`) as requested by the maintainers. This PR adds the provider pages to the documentation. ## Type of change **Type:** New documentation page ## Related issues/PRs - See langchain-ai/langchainjs#9516 (Requested by @christian-bromann in this closed PR) ## Checklist - [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 ## Additional notes The integration packages have been published and are available here for verification: * **NPM:** https://www.npmjs.com/package/@supadata/langchain-js * **PyPI:** https://pypi.org/project/supadata-langchain/ --- <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:15 -05:00
yindo closed this issue 2026-02-17 17:23:15 -05:00
yindo changed title from [PR #2272] docs: Add Supadata integration provider (JS & Python) to [PR #2272] [MERGED] docs: Add Supadata integration provider (JS & Python) 2026-06-05 18:17:41 -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#2282