VDMS_Client#

langchain_community.vectorstores.vdms.VDMS_Client(host: str = 'localhost', port: int = 55555) β†’ vdms.vdms[source]#

VDMS client for the VDMS server.

Parameters:
  • host (str) – IP or hostname of VDMS server

  • port (int) – Port to connect to VDMS server

Return type:

vdms.vdms

Examples using VDMS_Client