[PR #3019] docs: add lambdadb js to provider/vectorstore list with documentation and update python doc #3101

Open
opened 2026-06-05 18:21:05 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3019
Author: @ChobobDev
Created: 3/10/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (6)

  • 7810bf9 docs: add new mdx for js and update python (#5)
  • 3b43e76 Merge branch 'main' into main
  • 165f322 Merge branch 'main' into main
  • 7b29b7e chore: update package download counts (#6)
  • 05e1937 Merge remote-tracking branch 'upstream/main'
  • 43f9fa2 Merge branch 'main' into main

📊 Changes

3 files changed (+315 additions, -47 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/index.mdx (+7 -0)
src/oss/javascript/integrations/vectorstores/lambdadb.mdx (+281 -0)
📝 src/oss/python/integrations/vectorstores/lambdadb.mdx (+27 -47)

📄 Description

Overview

This PR adds documentation for the LambdaDB JS vector store integration to the LangChain documentation.
This also updates the Python documentation to reflect the latest release.

Type of change

Type: [Replace with: New documentation page / Update existing documentation]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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


🔄 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/3019 **Author:** [@ChobobDev](https://github.com/ChobobDev) **Created:** 3/10/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`7810bf9`](https://github.com/langchain-ai/docs/commit/7810bf923c16b1f42cffb99a0706d630a977c442) docs: add new mdx for js and update python (#5) - [`3b43e76`](https://github.com/langchain-ai/docs/commit/3b43e762ff5a2258864100dd435439863dfe02d8) Merge branch 'main' into main - [`165f322`](https://github.com/langchain-ai/docs/commit/165f322b1dffd908f0f1a42565f91a7875eced25) Merge branch 'main' into main - [`7b29b7e`](https://github.com/langchain-ai/docs/commit/7b29b7efb49f1c18f0f9d31794bb453e03b1a4fa) chore: update package download counts (#6) - [`05e1937`](https://github.com/langchain-ai/docs/commit/05e19376ffc5695536529138b885a5ed036eb309) Merge remote-tracking branch 'upstream/main' - [`43f9fa2`](https://github.com/langchain-ai/docs/commit/43f9fa204172e02c3ec3a2d5c18782c63ba5ab69) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+315 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/vectorstores/lambdadb.mdx` (+281 -0) 📝 `src/oss/python/integrations/vectorstores/lambdadb.mdx` (+27 -47) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> This PR adds documentation for the LambdaDB JS vector store integration to the LangChain documentation. This also updates the Python documentation to reflect the latest release. ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation] ## 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), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [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 --> --- <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:21:05 -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#3101