[PR #3063] docs: add langchain-arabic integration provider page #3140

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3063
Author: @louaychoum
Created: 3/11/2026
Status: 🔄 Open

Base: mainHead: docs/add-langchain-arabic-integration


📝 Commits (1)

  • fddf946 docs: add langchain-arabic integration provider page

📊 Changes

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

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/langchain_arabic.mdx (+121 -0)

📄 Description

Summary

  • Add provider page for langchain-arabic, a LangChain output parser for Arabic text post-processing (diacritics restoration, number-to-word conversion, dialect support)
  • Add card to all_providers.mdx listing, alphabetically placed

Closes #3062

Details

langchain-arabic extends BaseTransformOutputParser from langchain-core and works as a drop-in replacement for StrOutputParser in LCEL chains. It addresses a gap in the LangChain ecosystem — there is currently no Arabic-specific integration.

Package: pypi.org/project/langchain-arabic (v0.3.0)

Files changed

  • src/oss/python/integrations/providers/langchain_arabic.mdx — new provider page
  • src/oss/python/integrations/providers/all_providers.mdx — added card

Test plan

  • Provider page renders correctly with Mintlify
  • All code examples are tested and working
  • Card appears in correct alphabetical position on all providers page
  • No broken links

This PR was authored with AI assistance (Claude Code).


🔄 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/3063 **Author:** [@louaychoum](https://github.com/louaychoum) **Created:** 3/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-langchain-arabic-integration` --- ### 📝 Commits (1) - [`fddf946`](https://github.com/langchain-ai/docs/commit/fddf946a93c0fd050e36a6694da7800e2d6e1899) docs: add langchain-arabic integration provider page ### 📊 Changes **2 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/langchain_arabic.mdx` (+121 -0) </details> ### 📄 Description ## Summary - Add provider page for `langchain-arabic`, a LangChain output parser for Arabic text post-processing (diacritics restoration, number-to-word conversion, dialect support) - Add card to `all_providers.mdx` listing, alphabetically placed Closes #3062 ## Details `langchain-arabic` extends `BaseTransformOutputParser` from `langchain-core` and works as a drop-in replacement for `StrOutputParser` in LCEL chains. It addresses a gap in the LangChain ecosystem — there is currently no Arabic-specific integration. **Package**: [pypi.org/project/langchain-arabic](https://pypi.org/project/langchain-arabic/) (v0.3.0) ## Files changed - `src/oss/python/integrations/providers/langchain_arabic.mdx` — new provider page - `src/oss/python/integrations/providers/all_providers.mdx` — added card ## Test plan - [ ] Provider page renders correctly with Mintlify - [ ] All code examples are tested and working - [ ] Card appears in correct alphabetical position on all providers page - [ ] No broken links > This PR was authored with AI assistance (Claude Code). --- <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:21:13 -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#3140