partners: add langchain-vdms (#29857)

**Description:** Deprecate vdms in community, add integration
langchain-vdms, and update any related files
**Issue:** n/a
**Dependencies:** langchain-vdms
**Twitter handle:** n/a

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Chaunte W. Lacewell
2025-02-20 16:48:46 -08:00
committed by GitHub
parent 8293142fa0
commit d972c6d6ea
6 changed files with 969 additions and 1124 deletions

View File

@@ -22,6 +22,7 @@ from typing import (
)
import numpy as np
from langchain_core._api.deprecation import deprecated
from langchain_core.documents import Document
from langchain_core.embeddings import Embeddings
from langchain_core.vectorstores import VectorStore
@@ -135,6 +136,7 @@ def VDMS_Client(host: str = "localhost", port: int = 55555) -> vdms.vdms:
return client
@deprecated(since="0.3.18", removal="1.0.0", alternative_import="langchain_vdms.VDMS")
class VDMS(VectorStore):
"""Intel Lab's VDMS for vector-store workloads.

View File

@@ -445,6 +445,10 @@ packages:
repo: Shikenso-Analytics/langchain-discord
downloads: 1
downloads_updated_at: '2025-02-15T16:00:00.000000+00:00'
- name: langchain-vdms
repo: IntelLabs/langchain-vdms
path: .
name_title: VDMS
- name: langchain-deeplake
path: .
repo: activeloopai/langchain-deeplake