connect()
This method connects to the Milvus instance using the optionally specified SDK version.
connect(sdkVersion): void
Request Syntax
connect({
sdkVersion: string
})
PARAMETERS:
sdkVersion (string) -
[REQUIRED]
The version of your Node.js SDK.
RETURNS void
This method returns nothing.
Example
connect(2.3.5)