🚀 Try Zilliz Cloud, the fully managed Milvus, for free—experience 10x faster performance! Try Now>>

milvus-logo
LFAI
< Docs
  • Node
    • Client

MilvusClient()

A class to initialize a milvus client instance, once connected, you can perform operations from this client.

Invocation

const milvusClient = new MilvusClient(MILUVS_ADDRESS);

Parameter

ParameterDescriptiontypeexample
MILUVS_ADDRESSmilvus ip addressString‘localhost:19530’

Example

const milvusAddress = `192.168.0.1`;
const milvusClient = new MilvusClien(MILUVS_ADDRESS);

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?