[PR #2409] [MERGED] docs: add Zvec vector store integration to new docs #2408

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2409
Author: @chinaux
Created: 1/30/2026
Status: Merged
Merged: 2/6/2026
Merged by: @mdrxy

Base: mainHead: feature/vectorstore_add_zvec


📝 Commits (4)

📊 Changes

4 files changed (+119 additions, -1 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+7 -1)
src/oss/python/integrations/providers/zvec.mdx (+42 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+1 -0)
src/oss/python/integrations/vectorstores/zvec.mdx (+69 -0)

📄 Description

Overview

This PR adds documentation for the Zvec vector store integration to the new LangChain documentation site.

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

🔄 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/2409 **Author:** [@chinaux](https://github.com/chinaux) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `feature/vectorstore_add_zvec` --- ### 📝 Commits (4) - [`17ef124`](https://github.com/langchain-ai/docs/commit/17ef124e1f408374e05b898519adbf57d7a96327) init code - [`571ef32`](https://github.com/langchain-ai/docs/commit/571ef32b8fd21888dc5bf13a8cdaad16747281d9) fix doc - [`2b79827`](https://github.com/langchain-ai/docs/commit/2b79827249000c43c86b69540f1d02331d4939f1) remove err line - [`b6e688b`](https://github.com/langchain-ai/docs/commit/b6e688b726bfa7ea265ed2cac0b4260f8d9f5d39) fix doc ### 📊 Changes **4 files changed** (+119 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+7 -1) ➕ `src/oss/python/integrations/providers/zvec.mdx` (+42 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/vectorstores/zvec.mdx` (+69 -0) </details> ### 📄 Description ## Overview This PR adds documentation for the Zvec vector store integration to the new LangChain documentation site. ## Type of change **Type:** New documentation page ## Related issues/PRs - "https://github.com/langchain-ai/langchain-community/pull/517" ## 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:23:23 -05:00
yindo closed this issue 2026-02-17 17:23:23 -05:00
yindo changed title from [PR #2409] docs: add Zvec vector store integration to new docs to [PR #2409] [MERGED] docs: add Zvec vector store integration to new docs 2026-06-05 18:18:25 -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#2408