[PR #1145] [MERGED] integrations: update sambanova docs #1331

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1145
Author: @jhpiedrahitao
Created: 10/27/2025
Status: Merged
Merged: 11/4/2025
Merged by: @mdrxy

Base: mainHead: docs/update-chat-sambanova


📝 Commits (10+)

  • d4fae05 Update docs to unified sambanova products
  • cec258a minor change
  • 7021700 Merge branch 'langchain-ai:main' into docs/update-chat-sambanova
  • 3c00da0 fix links and general style
  • 9237da4 update sambanova intro
  • 99b9980 Merge branch 'main' into docs/update-chat-sambanova
  • 526f6f1 fix typo
  • ae2e32c Merge branch 'docs/update-chat-sambanova' of github.com:jhpiedrahitao/lc-docs into docs/update-chat-sambanova
  • 3556237 Merge branch 'main' into docs/update-chat-sambanova
  • 3292dc2 Update src/oss/python/integrations/chat/sambanova.mdx

📊 Changes

9 files changed (+50 additions, -490 deletions)

View changed files

📝 src/oss/python/integrations/chat/index.mdx (+1 -9)
📝 src/oss/python/integrations/chat/sambanova.mdx (+15 -18)
src/oss/python/integrations/chat/sambastudio.mdx (+0 -270)
📝 src/oss/python/integrations/llms/sambanovacloud.mdx (+2 -2)
📝 src/oss/python/integrations/llms/sambastudio.mdx (+1 -1)
📝 src/oss/python/integrations/providers/sambanova.mdx (+20 -42)
📝 src/oss/python/integrations/text_embedding/index.mdx (+1 -2)
📝 src/oss/python/integrations/text_embedding/sambanova.mdx (+10 -13)
src/oss/python/integrations/text_embedding/sambastudio.mdx (+0 -133)

📄 Description

Overview

This PR updates SambaNova chat models and embeddings to now use unified ChatSambaNova and SambaNovaEmbeddings, which were previously separated as SambaNova Cloud and SambaStudio, two different products of SambaNova with distinct APIs. Now, all SambaNova inference products are under a unified API

Type of change

Type: Update existing documentation / Remove outdated content

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/1145 **Author:** [@jhpiedrahitao](https://github.com/jhpiedrahitao) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/update-chat-sambanova` --- ### 📝 Commits (10+) - [`d4fae05`](https://github.com/langchain-ai/docs/commit/d4fae058e11d8ce1c52d5eabf4ede178ba3dc071) Update docs to unified sambanova products - [`cec258a`](https://github.com/langchain-ai/docs/commit/cec258ab4fc85f7a9f4854452bef05f7d1047141) minor change - [`7021700`](https://github.com/langchain-ai/docs/commit/702170073f4d69c0669f403c42a3638eecbb77e2) Merge branch 'langchain-ai:main' into docs/update-chat-sambanova - [`3c00da0`](https://github.com/langchain-ai/docs/commit/3c00da0c071a2964948a320fec4d32dac2caec7f) fix links and general style - [`9237da4`](https://github.com/langchain-ai/docs/commit/9237da4941bc3c24765323f7d6c049714e796b89) update sambanova intro - [`99b9980`](https://github.com/langchain-ai/docs/commit/99b9980065a807647f700dca67b76be9d185cd0f) Merge branch 'main' into docs/update-chat-sambanova - [`526f6f1`](https://github.com/langchain-ai/docs/commit/526f6f1340baf3b2a97756aae193ca6f69b5d5e7) fix typo - [`ae2e32c`](https://github.com/langchain-ai/docs/commit/ae2e32cd3521c0dfe0e785f447afbb9b20e9eb69) Merge branch 'docs/update-chat-sambanova' of github.com:jhpiedrahitao/lc-docs into docs/update-chat-sambanova - [`3556237`](https://github.com/langchain-ai/docs/commit/3556237730f3ca99194e53b77a1887f872623e25) Merge branch 'main' into docs/update-chat-sambanova - [`3292dc2`](https://github.com/langchain-ai/docs/commit/3292dc23d1bfcad2c7b891493c0acb787ab83594) Update src/oss/python/integrations/chat/sambanova.mdx ### 📊 Changes **9 files changed** (+50 additions, -490 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/index.mdx` (+1 -9) 📝 `src/oss/python/integrations/chat/sambanova.mdx` (+15 -18) ➖ `src/oss/python/integrations/chat/sambastudio.mdx` (+0 -270) 📝 `src/oss/python/integrations/llms/sambanovacloud.mdx` (+2 -2) 📝 `src/oss/python/integrations/llms/sambastudio.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/sambanova.mdx` (+20 -42) 📝 `src/oss/python/integrations/text_embedding/index.mdx` (+1 -2) 📝 `src/oss/python/integrations/text_embedding/sambanova.mdx` (+10 -13) ➖ `src/oss/python/integrations/text_embedding/sambastudio.mdx` (+0 -133) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> This PR updates SambaNova chat models and embeddings to now use unified `ChatSambaNova` and `SambaNovaEmbeddings`, which were previously separated as SambaNova Cloud and SambaStudio, two different products of SambaNova with distinct APIs. Now, all SambaNova inference products are under a unified API ## Type of change **Type:** Update existing documentation / Remove outdated content ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## 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 - 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:22:10 -05:00
yindo closed this issue 2026-02-17 17:22:10 -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#1331