[PR #930] [MERGED] docs(baseten): add new chat and text-embeddings docs and update outdated docs #1150

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/930
Author: @AlexKer
Created: 10/15/2025
Status: Merged
Merged: 10/16/2025
Merged by: @ccurme

Base: mainHead: baseten-docs


📝 Commits (6)

  • 0f66792 finished/updated b10 docs
  • bbaf8a4 Merge branch 'main' into baseten-docs
  • c07981f Merge remote-tracking branch 'upstream/main' into baseten-docs
  • b1fb686 Merge remote-tracking branch 'upstream/main' into baseten-docs
  • 7346a93 Merge branch 'baseten-docs' of github.com:AlexKer/docs into baseten-docs
  • d10d2e4 fix links

📊 Changes

5 files changed (+291 additions, -15 deletions)

View changed files

src/oss/python/integrations/chat/baseten.mdx (+134 -0)
📝 src/oss/python/integrations/chat/index.mdx (+8 -0)
📝 src/oss/python/integrations/providers/baseten.mdx (+15 -15)
src/oss/python/integrations/text_embedding/baseten.mdx (+133 -0)
📝 src/oss/python/integrations/text_embedding/index.mdx (+1 -0)

📄 Description

Overview

Updated docs for chat and text-embeddings to reflect the newest langchain-baseten integration: https://github.com/basetenlabs/langchain-baseten

Type of change

New documentation page / 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
  • 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

🔄 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/930 **Author:** [@AlexKer](https://github.com/AlexKer) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `baseten-docs` --- ### 📝 Commits (6) - [`0f66792`](https://github.com/langchain-ai/docs/commit/0f66792b2b848e6a1c63a9233ca536d4ab3e5a71) finished/updated b10 docs - [`bbaf8a4`](https://github.com/langchain-ai/docs/commit/bbaf8a4bea952d9107078540f2e0bd6fa49a6873) Merge branch 'main' into baseten-docs - [`c07981f`](https://github.com/langchain-ai/docs/commit/c07981f3970df093bc5055c2212164beac729d11) Merge remote-tracking branch 'upstream/main' into baseten-docs - [`b1fb686`](https://github.com/langchain-ai/docs/commit/b1fb686cc8e66e6ac3db2f841a2f80d2d90fd7f6) Merge remote-tracking branch 'upstream/main' into baseten-docs - [`7346a93`](https://github.com/langchain-ai/docs/commit/7346a93e67e4bdcc75dcb5517cb99f084b683ebd) Merge branch 'baseten-docs' of github.com:AlexKer/docs into baseten-docs - [`d10d2e4`](https://github.com/langchain-ai/docs/commit/d10d2e49cab5ddc5b897e1ac799734be8b244b45) fix links ### 📊 Changes **5 files changed** (+291 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/chat/baseten.mdx` (+134 -0) 📝 `src/oss/python/integrations/chat/index.mdx` (+8 -0) 📝 `src/oss/python/integrations/providers/baseten.mdx` (+15 -15) ➕ `src/oss/python/integrations/text_embedding/baseten.mdx` (+133 -0) 📝 `src/oss/python/integrations/text_embedding/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Updated docs for `chat` and `text-embeddings` to reflect the newest `langchain-baseten` integration: https://github.com/basetenlabs/langchain-baseten ## Type of change New documentation page / Update existing documentation ## 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 - 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) --- <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:49 -05:00
yindo closed this issue 2026-02-17 17:21:49 -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#1150