[PR #559] [MERGED] docs: add ZeusDB vector store integration to new docs (Fixes #520) #811

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/559
Author: @doubleinfinity
Created: 9/17/2025
Status: Merged
Merged: 9/18/2025
Merged by: @lnhsingh

Base: mainHead: main


📝 Commits (1)

  • 1342373 docs: add ZeusDB vector store integration to new docs (Fixes #520)

📊 Changes

5 files changed (+850 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
📝 src/oss/python/integrations/providers/index.mdx (+1 -0)
src/oss/python/integrations/providers/zeusdb.mdx (+612 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+3 -0)
src/oss/python/integrations/vectorstores/zeusdb.mdx (+226 -0)

📄 Description

Overview

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

Type of change

Type: New documentation page

Related issues/PRs

Changes

Added new files

  • src/oss/python/integrations/providers/zeusdb.mdx
    → Provider documentation for ZeusDB (installation and setup).
  • src/oss/python/integrations/vectorstores/zeusdb.mdx
    → Vector store documentation with quickstart usage examples.

Changes to existing files

  • src/oss/python/integrations/providers/index.mdx
    → Updated index to include ZeusDB in the list of providers.
  • src/oss/python/integrations/vectorstores/index.mdx
    → Updated index to register ZeusDB as a supported vector store.
  • src/oss/python/integrations/providers/all_providers.mdx
    → Added ZeusDB to the global provider registry for discovery.

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs build
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links

🔄 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/559 **Author:** [@doubleinfinity](https://github.com/doubleinfinity) **Created:** 9/17/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`1342373`](https://github.com/langchain-ai/docs/commit/134237351e14767b38d69dd8b10b0dac11590af7) docs: add ZeusDB vector store integration to new docs (Fixes #520) ### 📊 Changes **5 files changed** (+850 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) 📝 `src/oss/python/integrations/providers/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/providers/zeusdb.mdx` (+612 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+3 -0) ➕ `src/oss/python/integrations/vectorstores/zeusdb.mdx` (+226 -0) </details> ### 📄 Description ## Overview This PR adds documentation for the **ZeusDB vector store integration** to the new LangChain documentation site. ## Type of change **Type:** New documentation page ## Related issues/PRs - fixes #520 - fixes #540 - https://github.com/langchain-ai/langchain/pull/32822 ## Changes **Added new files** - `src/oss/python/integrations/providers/zeusdb.mdx` → Provider documentation for ZeusDB (installation and setup). - `src/oss/python/integrations/vectorstores/zeusdb.mdx` → Vector store documentation with quickstart usage examples. **Changes to existing files** - `src/oss/python/integrations/providers/index.mdx` → Updated index to include ZeusDB in the list of providers. - `src/oss/python/integrations/vectorstores/index.mdx` → Updated index to register ZeusDB as a supported vector store. - `src/oss/python/integrations/providers/all_providers.mdx` → Added ZeusDB to the global provider registry for discovery. ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs build` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links --- <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:21:10 -05:00
yindo closed this issue 2026-02-17 17:21:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#811