[PR #3357] docs: add Plasmate SOM document loader integration #3416

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3357
Author: @dbhurley
Created: 3/28/2026
Status: 🔄 Open

Base: mainHead: add-plasmate-integration


📝 Commits (1)

  • 7962ecb docs: add Plasmate SOM document loader integration

📊 Changes

1 file changed (+111 additions, -0 deletions)

View changed files

src/oss/python/integrations/document_loaders/plasmate.mdx (+111 -0)

📄 Description

Summary

This PR adds documentation for the Plasmate SOM document loader integration.

What is Plasmate SOM?

Plasmate SOM (Set of Mark) provides structured UI element extraction from web pages. It identifies and labels interactive elements on a page, returning clean, structured data that is ideal for AI agent workflows and web automation.

Changes

  • Added src/oss/python/integrations/document_loaders/plasmate.mdx with:
    • Installation instructions (pip install langchain-plasmate)
    • API key configuration via environment variable or direct parameter
    • Basic usage examples with PlasmateSOMLLoader
    • Lazy loading support
    • Configuration options including local fallback mode
    • Links to Plasmate Documentation and langchain-plasmate GitHub repo

Related Links


🔄 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/3357 **Author:** [@dbhurley](https://github.com/dbhurley) **Created:** 3/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-plasmate-integration` --- ### 📝 Commits (1) - [`7962ecb`](https://github.com/langchain-ai/docs/commit/7962ecb2b0a0fd5c524a1710b29d3a3bd0ef8c3b) docs: add Plasmate SOM document loader integration ### 📊 Changes **1 file changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/document_loaders/plasmate.mdx` (+111 -0) </details> ### 📄 Description ## Summary This PR adds documentation for the Plasmate SOM document loader integration. ## What is Plasmate SOM? [Plasmate SOM](https://docs.plasmate.app) (Set of Mark) provides structured UI element extraction from web pages. It identifies and labels interactive elements on a page, returning clean, structured data that is ideal for AI agent workflows and web automation. ## Changes - Added `src/oss/python/integrations/document_loaders/plasmate.mdx` with: - Installation instructions (`pip install langchain-plasmate`) - API key configuration via environment variable or direct parameter - Basic usage examples with `PlasmateSOMLLoader` - Lazy loading support - Configuration options including local fallback mode - Links to [Plasmate Documentation](https://docs.plasmate.app) and [langchain-plasmate GitHub repo](https://github.com/plasmate-labs/langchain-plasmate) ## Related Links - Package: [langchain-plasmate](https://github.com/plasmate-labs/langchain-plasmate) - Docs: [docs.plasmate.app](https://docs.plasmate.app) --- <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:02 -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#3416