[PR #2817] [MERGED] docs: add turbopuffer python integration #2915

Closed
opened 2026-06-05 18:20:23 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2817
Author: @RogutKuba
Created: 2/26/2026
Status: Merged
Merged: 3/1/2026
Merged by: @mdrxy

Base: mainHead: feat/add-turbopuffer-integration


📝 Commits (4)

  • 6ae4ee6 Add turbopuffer Python vector store integration docs
  • 5093199 fix: lowercase turbopuffer branding and correct repo URL
  • 2dcadc5 feat: add turbopuffer to Python all_providers, clean up vectorstore page
  • 1fe5bf2 Merge branch 'main' into feat/add-turbopuffer-integration

📊 Changes

6 files changed (+235 additions, -5 deletions)

View changed files

📝 src/oss/javascript/integrations/providers/all_providers.mdx (+1 -1)
📝 src/oss/javascript/integrations/vectorstores/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/vectorstores/turbopuffer.mdx (+3 -3)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+23 -0)
src/oss/python/integrations/vectorstores/turbopuffer.mdx (+199 -0)

📄 Description

Overview

Add turbopuffer Python vector store integration docs and fix branding across existing JS docs.

Type of change

New documentation page / Update existing documentation

Related issues/PRs

N/A

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

🔄 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/2817 **Author:** [@RogutKuba](https://github.com/RogutKuba) **Created:** 2/26/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `feat/add-turbopuffer-integration` --- ### 📝 Commits (4) - [`6ae4ee6`](https://github.com/langchain-ai/docs/commit/6ae4ee6aaedc8e184b8154b122feb6cd3f84ccec) Add turbopuffer Python vector store integration docs - [`5093199`](https://github.com/langchain-ai/docs/commit/50931998eb65d519a3ef9ce366bc620fa8f026eb) fix: lowercase turbopuffer branding and correct repo URL - [`2dcadc5`](https://github.com/langchain-ai/docs/commit/2dcadc544c1c1ee72b1c64b392a8237876f141b4) feat: add turbopuffer to Python all_providers, clean up vectorstore page - [`1fe5bf2`](https://github.com/langchain-ai/docs/commit/1fe5bf2033a95b27e927f665a967c0158ffdde9c) Merge branch 'main' into feat/add-turbopuffer-integration ### 📊 Changes **6 files changed** (+235 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/vectorstores/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/vectorstores/turbopuffer.mdx` (+3 -3) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+23 -0) ➕ `src/oss/python/integrations/vectorstores/turbopuffer.mdx` (+199 -0) </details> ### 📄 Description ## Overview Add turbopuffer Python vector store integration docs and fix branding across existing JS docs. ## Type of change New documentation page / Update existing documentation ## Related issues/PRs N/A ## 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 --- <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-06-05 18:20:23 -04:00
yindo closed this issue 2026-06-05 18:20:23 -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#2915