[PR #1744] [MERGED] docs: Add Langchain Amazon Nova references #1813

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1744
Author: @5herlocked
Created: 12/4/2025
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: nit-fixes


📝 Commits (10+)

  • c656303 Added Amazon Nova provider documentation
  • 9491ea8 some finetuning
  • f8e0e4e Merge branch 'main' into main
  • 5443216 Update src/oss/python/integrations/chat/amazon_nova.mdx
  • 0897b54 additional fine tuning
  • 97e55d1 Merge branch 'main' into main
  • 3bc8b46 nits
  • 2e1387b Merge branch 'langchain-ai:main' into main
  • 94f8365 Clarification
  • dea98ca structured output update

📊 Changes

10 files changed (+336 additions, -60 deletions)

View changed files

reference/python/docs/integrations/langchain_amazon_nova/ChatAmazonNova.md (+11 -0)
reference/python/docs/integrations/langchain_amazon_nova/index.md (+27 -0)
📝 reference/python/mkdocs.yml (+3 -0)
📝 reference/python/pyproject.dev.toml (+2 -0)
📝 reference/python/pyproject.prod.toml (+2 -0)
📝 reference/python/pyproject.toml (+2 -0)
📝 reference/python/uv.lock (+59 -47)
📝 src/oss/python/integrations/chat/amazon_nova.mdx (+228 -11)
📝 src/oss/python/integrations/chat/index.mdx (+1 -1)
📝 src/oss/python/integrations/providers/couchbase.mdx (+1 -1)

📄 Description

Overview

Langchain amazon nova was not included in references

Type of change

Type: New documentation page, Fix links, Update Existing Documentation

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

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

Additional notes

Fast follow to #1696 @ccurme


🔄 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/1744 **Author:** [@5herlocked](https://github.com/5herlocked) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `nit-fixes` --- ### 📝 Commits (10+) - [`c656303`](https://github.com/langchain-ai/docs/commit/c6563034701101261c776128b51f656d0bfa26d3) Added Amazon Nova provider documentation - [`9491ea8`](https://github.com/langchain-ai/docs/commit/9491ea8c1f359181e20954c579548cc1124ae0ed) some finetuning - [`f8e0e4e`](https://github.com/langchain-ai/docs/commit/f8e0e4e324a839fd8e2b7dbd02f1d36b5c22b2d0) Merge branch 'main' into main - [`5443216`](https://github.com/langchain-ai/docs/commit/54432163cc6a4057d0d829b3600b904074637d85) Update src/oss/python/integrations/chat/amazon_nova.mdx - [`0897b54`](https://github.com/langchain-ai/docs/commit/0897b54210b5839e533108ba1c89f264c04d021f) additional fine tuning - [`97e55d1`](https://github.com/langchain-ai/docs/commit/97e55d14664bd2d6c8d53a071de1b3b929e6ff02) Merge branch 'main' into main - [`3bc8b46`](https://github.com/langchain-ai/docs/commit/3bc8b467a4fa9349a2578d7d0ec591fce2449df6) nits - [`2e1387b`](https://github.com/langchain-ai/docs/commit/2e1387b8d1fe7f724e25d71018edea23ac21306c) Merge branch 'langchain-ai:main' into main - [`94f8365`](https://github.com/langchain-ai/docs/commit/94f8365e0f9aa2b9bbde548c23ac8a2260b7d405) Clarification - [`dea98ca`](https://github.com/langchain-ai/docs/commit/dea98ca122cd63300c6cb972e74ab4ee34e11911) structured output update ### 📊 Changes **10 files changed** (+336 additions, -60 deletions) <details> <summary>View changed files</summary> ➕ `reference/python/docs/integrations/langchain_amazon_nova/ChatAmazonNova.md` (+11 -0) ➕ `reference/python/docs/integrations/langchain_amazon_nova/index.md` (+27 -0) 📝 `reference/python/mkdocs.yml` (+3 -0) 📝 `reference/python/pyproject.dev.toml` (+2 -0) 📝 `reference/python/pyproject.prod.toml` (+2 -0) 📝 `reference/python/pyproject.toml` (+2 -0) 📝 `reference/python/uv.lock` (+59 -47) 📝 `src/oss/python/integrations/chat/amazon_nova.mdx` (+228 -11) 📝 `src/oss/python/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/couchbase.mdx` (+1 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Langchain amazon nova was not included in references ## Type of change **Type:** New documentation page, Fix links, Update Existing Documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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 --> Fast follow to #1696 @ccurme --- <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:45 -05:00
yindo closed this issue 2026-02-17 17:22:45 -05:00
yindo changed title from [PR #1744] docs: Add Langchain Amazon Nova references to [PR #1744] [MERGED] docs: Add Langchain Amazon Nova references 2026-06-05 18:15:02 -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#1813