[PR #3341] [CLOSED] docs: add langchain-strale integration — business data & compliance #3399

Closed
opened 2026-06-05 18:22:58 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3341
Author: @petterlindstrom79
Created: 3/27/2026
Status: Closed

Base: mainHead: docs/add-strale-integration


📝 Commits (9)

  • 6382e66 Add Strale integration documentation
  • d1baa5d Add langchain-strale package details
  • 442604c fix: add strale.mdx at correct provider path (oss/integrations/providers)
  • 5f099a8 fix: add strale.mdx provider page at correct path
  • 6c2adf8 fix: remove duplicate strale.mdx from wrong path
  • d50d343 fix: remove duplicate strale.mdx from wrong path
  • 8911b82 chore: trigger CI re-run
  • b72925c docs: add Strale provider page for CI check
  • 080ec1b fix: remove whitespace around em-dashes (Vale lint)

📊 Changes

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

View changed files

📝 packages.yml (+6 -0)
src/oss/integrations/providers/strale.mdx (+104 -0)
src/oss/python/integrations/providers/strale.mdx (+28 -0)

📄 Description

Overview

Adds a provider integration page for langchain-strale, which gives LangChain agents access to Strale's 250+ quality-scored capabilities: company verification (27 countries), IBAN/VAT/SWIFT validation, sanctions and PEP screening, web extraction, and compliance checks. Every capability has a published Strale Quality Score (SQS).

Type of change

New documentation page

Related issues/PRs

N/A

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

Package: https://pypi.org/project/langchain-strale/
Docs: https://strale.dev/docs
License: MIT
Status: Published (v0.1.3), README includes system prompt block and usage examples.
Free tier: 5 capabilities work without an API key (iban-validate, email-validate, dns-lookup, json-repair, url-to-markdown).


🔄 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/3341 **Author:** [@petterlindstrom79](https://github.com/petterlindstrom79) **Created:** 3/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/add-strale-integration` --- ### 📝 Commits (9) - [`6382e66`](https://github.com/langchain-ai/docs/commit/6382e667616e5de7c16ecf0a991c18e8fea52301) Add Strale integration documentation - [`d1baa5d`](https://github.com/langchain-ai/docs/commit/d1baa5d809bf18a8348d9d2e22a2c7613be98b3d) Add langchain-strale package details - [`442604c`](https://github.com/langchain-ai/docs/commit/442604c7bb0c2a94705da5c5cf2c511e380b4ff4) fix: add strale.mdx at correct provider path (oss/integrations/providers) - [`5f099a8`](https://github.com/langchain-ai/docs/commit/5f099a86622f1441b69d57f8ab48d83a1d30e231) fix: add strale.mdx provider page at correct path - [`6c2adf8`](https://github.com/langchain-ai/docs/commit/6c2adf88e20bc4e1c2bff5ac0b4b23d7d062accb) fix: remove duplicate strale.mdx from wrong path - [`d50d343`](https://github.com/langchain-ai/docs/commit/d50d343d63cf2dae9e4fe92be804a9468b3b1271) fix: remove duplicate strale.mdx from wrong path - [`8911b82`](https://github.com/langchain-ai/docs/commit/8911b8276707eaf01f9ce696f244ae2c23f6267f) chore: trigger CI re-run - [`b72925c`](https://github.com/langchain-ai/docs/commit/b72925c87c008a774856dde2a1863b858c0f7314) docs: add Strale provider page for CI check - [`080ec1b`](https://github.com/langchain-ai/docs/commit/080ec1b735f5b3e9f8c110860e45a9dcc6d09fde) fix: remove whitespace around em-dashes (Vale lint) ### 📊 Changes **3 files changed** (+138 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+6 -0) ➕ `src/oss/integrations/providers/strale.mdx` (+104 -0) ➕ `src/oss/python/integrations/providers/strale.mdx` (+28 -0) </details> ### 📄 Description ## Overview Adds a provider integration page for `langchain-strale`, which gives LangChain agents access to Strale's 250+ quality-scored capabilities: company verification (27 countries), IBAN/VAT/SWIFT validation, sanctions and PEP screening, web extraction, and compliance checks. Every capability has a published Strale Quality Score (SQS). ## Type of change New documentation page ## Related issues/PRs N/A ## Checklist - [x] I have read the contributing guidelines, including the language policy - [ ] 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 Package: https://pypi.org/project/langchain-strale/ Docs: https://strale.dev/docs License: MIT Status: Published (v0.1.3), README includes system prompt block and usage examples. Free tier: 5 capabilities work without an API key (iban-validate, email-validate, dns-lookup, json-repair, url-to-markdown). --- <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:22:58 -04:00
yindo closed this issue 2026-06-05 18:22:58 -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#3399