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