[PR #1725] [MERGED] Migrate Bigtable docs to new doc site #1794

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1725
Author: @ad548
Created: 12/3/2025
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: bigtable


📝 Commits (10+)

  • c1a214e feat: add Bigtable documentation
  • 364f4d4 feat: add Bigtable documentation
  • dcfc9cb feat: add Bigtable documentation
  • 1ad0236 feat: add Bigtable documentation
  • d0b2d91 Merge branch 'main' into bigtable
  • 429be79 Merge branch 'main' into bigtable
  • 668915d Merge branch 'main' into bigtable
  • d0ad4ae fix: address PR comments
  • 5f3e84e Merge branch 'main' into bigtable
  • d0fff81 Merge branch 'main' into bigtable

📊 Changes

7 files changed (+685 additions, -3 deletions)

View changed files

📝 reference/packages.yml (+4 -0)
📝 src/oss/python/integrations/document_loaders/google_bigtable.mdx (+2 -2)
📝 src/oss/python/integrations/providers/google.mdx (+4 -1)
src/oss/python/integrations/stores/bigtable.mdx (+291 -0)
📝 src/oss/python/integrations/stores/index.mdx (+1 -0)
src/oss/python/integrations/vectorstores/google_bigtable.mdx (+382 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+1 -0)

📄 Description

Overview

Migrating docs that were added to the older doc site https://github.com/langchain-ai/langchain/pull/32598

Type of change

New documentation page

Related issues/PRs

https://github.com/langchain-ai/langchain/pull/32598
https://github.com/langchain-ai/docs/issues/527

See issue #527

Checklist

  • [x ] 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/1725 **Author:** [@ad548](https://github.com/ad548) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `bigtable` --- ### 📝 Commits (10+) - [`c1a214e`](https://github.com/langchain-ai/docs/commit/c1a214eee266a88ee438a26b7f44f737a29b4f40) feat: add Bigtable documentation - [`364f4d4`](https://github.com/langchain-ai/docs/commit/364f4d43421ca5b733f247a79f8e3c22c6f0e386) feat: add Bigtable documentation - [`dcfc9cb`](https://github.com/langchain-ai/docs/commit/dcfc9cb14e2eede459f94cba3e82e53eeac5207e) feat: add Bigtable documentation - [`1ad0236`](https://github.com/langchain-ai/docs/commit/1ad02368ed62685917c9a91b9547280d2ba75085) feat: add Bigtable documentation - [`d0b2d91`](https://github.com/langchain-ai/docs/commit/d0b2d910841a5337adcfa69737be91851563c657) Merge branch 'main' into bigtable - [`429be79`](https://github.com/langchain-ai/docs/commit/429be79fc37b05771c83dcc2bd15ff846fc19dec) Merge branch 'main' into bigtable - [`668915d`](https://github.com/langchain-ai/docs/commit/668915d740fd40a0e8ad7de017ad3e2abccc5320) Merge branch 'main' into bigtable - [`d0ad4ae`](https://github.com/langchain-ai/docs/commit/d0ad4ae8d7bcc24a358fed083bdd0ab488a6997b) fix: address PR comments - [`5f3e84e`](https://github.com/langchain-ai/docs/commit/5f3e84e56bbebea920dd92e1ebe8cab1ffb95c30) Merge branch 'main' into bigtable - [`d0fff81`](https://github.com/langchain-ai/docs/commit/d0fff813e3751a516e0f579418a62d6b9568988e) Merge branch 'main' into bigtable ### 📊 Changes **7 files changed** (+685 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `reference/packages.yml` (+4 -0) 📝 `src/oss/python/integrations/document_loaders/google_bigtable.mdx` (+2 -2) 📝 `src/oss/python/integrations/providers/google.mdx` (+4 -1) ➕ `src/oss/python/integrations/stores/bigtable.mdx` (+291 -0) 📝 `src/oss/python/integrations/stores/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/vectorstores/google_bigtable.mdx` (+382 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Migrating docs that were added to the older doc site https://github.com/langchain-ai/langchain/pull/32598 ## Type of change New documentation page ## Related issues/PRs https://github.com/langchain-ai/langchain/pull/32598 https://github.com/langchain-ai/docs/issues/527 See issue #527 ## 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-02-17 17:22:44 -05:00
yindo closed this issue 2026-02-17 17:22:44 -05:00
yindo changed title from [PR #1725] Migrate Bigtable docs to new doc site to [PR #1725] [MERGED] Migrate Bigtable docs to new doc site 2026-06-05 18:14:57 -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#1794