[PR #4237] [MERGED] docs(integrations): add YDB JavaScript vector store guide #4224

Closed
opened 2026-06-05 19:13:11 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4237
Author: @vgvoleg
Created: 6/1/2026
Status: Merged
Merged: 6/1/2026
Merged by: @npentrel

Base: mainHead: docs/ydb-js-vectorstore


📝 Commits (1)

  • f9dd046 docs(integrations): add YDB JavaScript vector store guide

📊 Changes

2 files changed (+177 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/index.mdx (+7 -0)
src/oss/javascript/integrations/vectorstores/ydb.mdx (+170 -0)

📄 Description

Overview

Adds a TypeScript integration guide for the YDB vector store (@ydbjs/langchain), mirroring the existing Python YDB vector store page so the language switcher serves the right version at /oss/integrations/vectorstores/ydb.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A

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

🔄 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/4237 **Author:** [@vgvoleg](https://github.com/vgvoleg) **Created:** 6/1/2026 **Status:** ✅ Merged **Merged:** 6/1/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `docs/ydb-js-vectorstore` --- ### 📝 Commits (1) - [`f9dd046`](https://github.com/langchain-ai/docs/commit/f9dd046f78c372063c50ccf38db170a32d79d684) docs(integrations): add YDB JavaScript vector store guide ### 📊 Changes **2 files changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/vectorstores/ydb.mdx` (+170 -0) </details> ### 📄 Description ## Overview Adds a TypeScript integration guide for the YDB vector store (`@ydbjs/langchain`), mirroring the existing Python YDB vector store page so the language switcher serves the right version at `/oss/integrations/vectorstores/ydb`. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A ## Checklist - [x] I have read the contributing guidelines, including the 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 --- <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 19:13:11 -04:00
yindo closed this issue 2026-06-05 19:13:11 -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#4224