[PR #1835] [MERGED] fix(docs): update import paths in docling loader to use langchain_classic #1891

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1835
Author: @bansalkanav
Created: 12/10/2025
Status: Merged
Merged: 12/10/2025
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (1)

  • f82da6a Update import statements for langchain modules

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/python/integrations/document_loaders/docling.mdx (+2 -2)

📄 Description

Description:

Updated the import paths in src/oss/python/integrations/document_loaders/docling.mdx to correctly reference the langchain_classic.chains package instead of the outdated langchain.chains import paths.

This ensures that documentation examples are aligned with the current LangChain codebase structure and prevents user confusion or import errors.

Issue: N/A

Dependencies: None

Twitter handle: N/A


🔄 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/1835 **Author:** [@bansalkanav](https://github.com/bansalkanav) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f82da6a`](https://github.com/langchain-ai/docs/commit/f82da6aba504869804f7cc7f6f4bd7f632a1d2b2) Update import statements for langchain modules ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/document_loaders/docling.mdx` (+2 -2) </details> ### 📄 Description ## **Description:** Updated the import paths in `src/oss/python/integrations/document_loaders/docling.mdx` to correctly reference the `langchain_classic.chains` package instead of the outdated `langchain.chains` import paths. This ensures that documentation examples are aligned with the current LangChain codebase structure and prevents user confusion or import errors. ## **Issue:** N/A ## **Dependencies:** None ## **Twitter handle:** N/A --- <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:50 -05:00
yindo closed this issue 2026-02-17 17:22:50 -05:00
yindo changed title from [PR #1835] fix(docs): update import paths in docling loader to use langchain_classic to [PR #1835] [MERGED] fix(docs): update import paths in docling loader to use langchain_classic 2026-06-05 18:15:32 -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#1891