mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 02:50:47 +00:00
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:
committed by
GitHub
parent
8293142fa0
commit
d972c6d6ea
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user