[PR #509] [MERGED] Writer docs v2 #783

Closed
opened 2026-02-17 17:21:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/509
Author: @adeweaver
Created: 9/11/2025
Status: Merged
Merged: 9/12/2025
Merged by: @lnhsingh

Base: mainHead: writer-docs-v2


📝 Commits (4)

📊 Changes

13 files changed (+3555 additions, -71 deletions)

View changed files

📝 src/oss/javascript/integrations/llms/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/llms/writer.mdx (+2 -2)
📝 src/oss/python/integrations/chat/index.mdx (+1 -1)
📝 src/oss/python/integrations/chat/writer.mdx (+11 -11)
📝 src/oss/python/integrations/document_loaders/parsers/writer_pdf_parser.mdx (+7 -7)
📝 src/oss/python/integrations/llms/writer.mdx (+8 -8)
📝 src/oss/python/integrations/providers/all_providers.mdx (+3394 -7)
📝 src/oss/python/integrations/providers/index.mdx (+1 -1)
📝 src/oss/python/integrations/providers/writer.mdx (+19 -7)
📝 src/oss/python/integrations/splitters/index.mdx (+1 -1)
📝 src/oss/python/integrations/splitters/writer.mdx (+6 -6)
📝 src/oss/python/integrations/tools/index.mdx (+1 -1)
📝 src/oss/python/integrations/tools/writer.mdx (+103 -18)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment 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/509 **Author:** [@adeweaver](https://github.com/adeweaver) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `writer-docs-v2` --- ### 📝 Commits (4) - [`34d6fe9`](https://github.com/langchain-ai/docs/commit/34d6fe99442bf614d5e78c10935e30e66692caae) WRITER initial commits - [`1605dda`](https://github.com/langchain-ai/docs/commit/1605ddad096c262b6f173ecee856a5a18080ec6a) Fixing import issue - [`d172f24`](https://github.com/langchain-ai/docs/commit/d172f24f7ea9c87e41d2eaf31641f6823f784c91) Sarah edits. - [`a6462a0`](https://github.com/langchain-ai/docs/commit/a6462a091619335546f1156eaaa63bf95cd36d90) Merge branch 'main' into writer-docs-v2 ### 📊 Changes **13 files changed** (+3555 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/llms/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/llms/writer.mdx` (+2 -2) 📝 `src/oss/python/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/chat/writer.mdx` (+11 -11) 📝 `src/oss/python/integrations/document_loaders/parsers/writer_pdf_parser.mdx` (+7 -7) 📝 `src/oss/python/integrations/llms/writer.mdx` (+8 -8) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+3394 -7) 📝 `src/oss/python/integrations/providers/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/writer.mdx` (+19 -7) 📝 `src/oss/python/integrations/splitters/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/splitters/writer.mdx` (+6 -6) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/tools/writer.mdx` (+103 -18) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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 - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment 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:21:07 -05:00
yindo closed this issue 2026-02-17 17:21:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#783