[PR #1103] [MERGED] Adding PlainID integration documentation #1297

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1103
Author: @mottig30
Created: 10/23/2025
Status: Merged
Merged: 12/25/2025
Merged by: @mdrxy

Base: mainHead: integrations-add-plainid


📝 Commits (10+)

  • cb0b81f Adding PlainID integration documentation
  • 61f92a4 Merge branch 'main' into integrations-add-plainid
  • 9e1d810 Enrich documentation as requested
  • 15bf0c5 Merge branch 'integrations-add-plainid' of https://github.com/mottig30/docs into integrations-add-plainid
  • 9475b49 Merge branch 'main' into integrations-add-plainid
  • 9c6b1dd Merge branch 'main' into integrations-add-plainid
  • fb786a9 Merge branch 'main' into integrations-add-plainid
  • 064be85 Remove accidental docs submodule
  • c91f14e Merge branch 'main' into integrations-add-plainid
  • 7cf4d0d Add PlainId integration provider

📊 Changes

2 files changed (+63 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+7 -0)
src/oss/python/integrations/providers/plainid.mdx (+56 -0)

📄 Description

new file:   src/oss/python/integrations/providers/plainid.mdx

Overview

This documentation is included the adding of plain ID(https://www.plainid.com) integration with Langchain.

Type of change

Type:
New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • 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
  • I have gotten approval from the relevant reviewers

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/1103 **Author:** [@mottig30](https://github.com/mottig30) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `integrations-add-plainid` --- ### 📝 Commits (10+) - [`cb0b81f`](https://github.com/langchain-ai/docs/commit/cb0b81fb832b999c4f4e4eed0fc4777172b6c64b) Adding PlainID integration documentation - [`61f92a4`](https://github.com/langchain-ai/docs/commit/61f92a4eee4964bc59b388b913684472ddea348e) Merge branch 'main' into integrations-add-plainid - [`9e1d810`](https://github.com/langchain-ai/docs/commit/9e1d810b4d5f9fb2da9785702ae209375efad36a) Enrich documentation as requested - [`15bf0c5`](https://github.com/langchain-ai/docs/commit/15bf0c5e29bf20135cca4548b54bc33159408d7d) Merge branch 'integrations-add-plainid' of https://github.com/mottig30/docs into integrations-add-plainid - [`9475b49`](https://github.com/langchain-ai/docs/commit/9475b49eb414f76436933a2359d718fab056c31d) Merge branch 'main' into integrations-add-plainid - [`9c6b1dd`](https://github.com/langchain-ai/docs/commit/9c6b1dd649785fdb3275938c703967fb9d0e343b) Merge branch 'main' into integrations-add-plainid - [`fb786a9`](https://github.com/langchain-ai/docs/commit/fb786a9a659ddf5e7f9cacb9c1d5fdf59911a81e) Merge branch 'main' into integrations-add-plainid - [`064be85`](https://github.com/langchain-ai/docs/commit/064be8540bb06999c281d3158810742bc53ee6bb) Remove accidental docs submodule - [`c91f14e`](https://github.com/langchain-ai/docs/commit/c91f14e2e58bea1b4a78e35d723747fd5a15f4f8) Merge branch 'main' into integrations-add-plainid - [`7cf4d0d`](https://github.com/langchain-ai/docs/commit/7cf4d0de68dfcd8f114fc4fdffea59beab7a833a) Add PlainId integration provider ### 📊 Changes **2 files changed** (+63 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+7 -0) ➕ `src/oss/python/integrations/providers/plainid.mdx` (+56 -0) </details> ### 📄 Description new file: src/oss/python/integrations/providers/plainid.mdx ## Overview <!-- Brief description of what documentation is being added/updated --> This documentation is included the adding of plain ID(https://www.plainid.com) integration with Langchain. ## Type of change **Type:** New documentation page ## 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: <!-- 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 ## 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:06 -05:00
yindo closed this issue 2026-02-17 17:22:06 -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#1297