[PR #2517] [MERGED] Add docs for baidu integrations #2507

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2517
Author: @Bobholamovic
Created: 2/6/2026
Status: Merged
Merged: 3/1/2026
Merged by: @mdrxy

Base: mainHead: docs/langchain-baidu


📝 Commits (7)

📊 Changes

3 files changed (+247 additions, -16 deletions)

View changed files

📝 src/oss/python/integrations/document_loaders/index.mdx (+1 -0)
src/oss/python/integrations/document_loaders/paddleocr_vl.mdx (+219 -0)
📝 src/oss/python/integrations/providers/baidu.mdx (+27 -16)

📄 Description

Overview

Add documentation for Baidu integrations.

Type of change

Type: New documentation page

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

🔄 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/2517 **Author:** [@Bobholamovic](https://github.com/Bobholamovic) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/langchain-baidu` --- ### 📝 Commits (7) - [`63e6afc`](https://github.com/langchain-ai/docs/commit/63e6afcbec01babb77e507c6e29f674cfaa9ef63) Add docs for paddleocr-baidu integrations - [`ce4de84`](https://github.com/langchain-ai/docs/commit/ce4de847462053431474689ce6958669892f1ff4) Fix bugs - [`1a2d7e9`](https://github.com/langchain-ai/docs/commit/1a2d7e9fc365b691b0a66f6804d370efa4c4d24b) Fix invalid link - [`5628806`](https://github.com/langchain-ai/docs/commit/56288061af81298ee8cdea6694db528735cfa757) Fix env var name - [`885d43c`](https://github.com/langchain-ai/docs/commit/885d43c77434497600595691fe822d4d999ef93f) Merge branch 'main' into docs/langchain-baidu - [`5d2374c`](https://github.com/langchain-ai/docs/commit/5d2374c8034a3807e41bb74c520e75d69c72e543) clean up - [`1729d21`](https://github.com/langchain-ai/docs/commit/1729d2103765e826879a40f7b2cef4360c53623a) Merge branch 'main' into docs/langchain-baidu ### 📊 Changes **3 files changed** (+247 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/document_loaders/paddleocr_vl.mdx` (+219 -0) 📝 `src/oss/python/integrations/providers/baidu.mdx` (+27 -16) </details> ### 📄 Description ## Overview Add documentation for Baidu integrations. ## Type of change **Type:** New documentation page ## 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 - [x] I have updated navigation in `src/docs.json` if needed --- <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:29 -05:00
yindo changed title from [PR #2517] Add docs for baidu integrations to [PR #2517] [MERGED] Add docs for baidu integrations 2026-06-05 18:18:58 -04:00
yindo closed this issue 2026-06-05 18:18:59 -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#2507