Skip to main content
Open on GitHub

VDMS

VDMS 是一种高效访问海量“视觉”数据的存储解决方案,旨在通过存储为图谱的视觉元数据进行相关视觉数据搜索,并实现机器友好的视觉数据增强以加快访问速度,从而达到云规模。

安装和设置

安装客户端

pip install langchain-vdms

安装数据库

有两种方式可以开始使用 VDMS:

  1. 通过 Docker 在本地机器上安装 VDMS

        docker run -d -p 55555:55555 intellabs/vdms:latest
  2. 直接在本地机器上安装 VDMS。请参阅 安装说明

VectorStore

导入此 vectorstore:

from langchain_vdms import VDMS
from langchain_vdms.vectorstores import VDMS

导入 VDMS 客户端连接器:

from langchain_vdms.vectorstores import VDMS_Client

有关 VDMS 包装器的更详细演练,请参阅此指南