[PR #2277] [MERGED] docs: add lambdadb to provider/vectorstore list with documentation #2285

Closed
opened 2026-02-17 17:23:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2277
Author: @ChobobDev
Created: 1/19/2026
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (4)

  • a0c9b80 docs: add lambdadb to provider/vectorstore list with documentation
  • 5ed6156 chore: apply review
  • be5a58a Merge branch 'main' into main
  • 374ee33 chore: apply review to handle Mintlify

📊 Changes

4 files changed (+443 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/lambdadb.mdx (+58 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+2 -0)
src/oss/python/integrations/vectorstores/lambdadb.mdx (+375 -0)

📄 Description

Overview

This PR adds documentation for theLambdaDB vector store integration to the LangChain documentation.

Type of change

Type: [New documentation page]

Related issues/PRs

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

(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/2277 **Author:** [@ChobobDev](https://github.com/ChobobDev) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`a0c9b80`](https://github.com/langchain-ai/docs/commit/a0c9b80c92f4920fba46215a8dbdc05258a54c95) docs: add lambdadb to provider/vectorstore list with documentation - [`5ed6156`](https://github.com/langchain-ai/docs/commit/5ed6156000774a1af219023dc6be55ed2df12e1d) chore: apply review - [`be5a58a`](https://github.com/langchain-ai/docs/commit/be5a58a8c0d075710c442b1e1692fac3300a1f39) Merge branch 'main' into main - [`374ee33`](https://github.com/langchain-ai/docs/commit/374ee33f4dac01ce3e91b60c67ffa939307dcadb) chore: apply review to handle Mintlify ### 📊 Changes **4 files changed** (+443 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/lambdadb.mdx` (+58 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/vectorstores/lambdadb.mdx` (+375 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> This PR adds documentation for theLambdaDB vector store integration to the LangChain documentation. ## Type of change **Type:** [New documentation page] ## Related issues/PRs ## 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 (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-02-17 17:23:15 -05:00
yindo closed this issue 2026-02-17 17:23:15 -05:00
yindo changed title from [PR #2277] docs: add lambdadb to provider/vectorstore list with documentation to [PR #2277] [MERGED] docs: add lambdadb to provider/vectorstore list with documentation 2026-06-05 18:17:42 -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#2285