[PR #1470] [MERGED] WRITER Deprecations #1593

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1470
Author: @adeweaver
Created: 11/17/2025
Status: Merged
Merged: 11/18/2025
Merged by: @lnhsingh

Base: mainHead: writer-deprecation-notices


📝 Commits (2)

📊 Changes

6 files changed (+15 additions, -191 deletions)

View changed files

📝 src/oss/integrations/splitters/index.mdx (+0 -8)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+2 -2)
📝 src/oss/python/integrations/document_loaders/parsers/writer_pdf_parser.mdx (+6 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+2 -2)
📝 src/oss/python/integrations/providers/writer.mdx (+5 -5)
src/oss/python/integrations/splitters/writer.mdx (+0 -174)

📄 Description

updating docs based on deprecations

Overview

Updated WRITER integration docs to remove text splitting support and add deprecation notice for PDF parser.

Type of change

Type: Update existing documentation

Related issues/PRs (N/A)

Checklist

  • [ X ] I have read the contributing guidelines
  • [ 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/1470 **Author:** [@adeweaver](https://github.com/adeweaver) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `writer-deprecation-notices` --- ### 📝 Commits (2) - [`affd557`](https://github.com/langchain-ai/docs/commit/affd55703cac881464a932109eb701c7c687668c) Deprecations - [`966915d`](https://github.com/langchain-ai/docs/commit/966915d2c3153036fe5d953e49b7b42ed02ca7f3) small change ### 📊 Changes **6 files changed** (+15 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/integrations/splitters/index.mdx` (+0 -8) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+2 -2) 📝 `src/oss/python/integrations/document_loaders/parsers/writer_pdf_parser.mdx` (+6 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+2 -2) 📝 `src/oss/python/integrations/providers/writer.mdx` (+5 -5) ➖ `src/oss/python/integrations/splitters/writer.mdx` (+0 -174) </details> ### 📄 Description updating docs based on deprecations ## Overview Updated WRITER integration docs to remove text splitting support and add deprecation notice for PDF parser. ## Type of change **Type:** Update existing documentation ## Related issues/PRs (N/A) ## 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:31 -05:00
yindo closed this issue 2026-02-17 17:22:31 -05:00
yindo changed title from [PR #1470] WRITER Deprecations to [PR #1470] [MERGED] WRITER Deprecations 2026-06-05 18:13:49 -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#1593