Skip to content

listDatabases is not supported on v2.6.0 of milvus? #465

@iGmainC

Description

@iGmainC

Describe the bug:

code:

let client: MilvusClient = this.getClient();
console.log(client.connectStatus);
let { db_names } = await client.listDatabases();

log:

0
Error: listDatabases is not supported on this version of milvus.
    at Generator.next (<anonymous>)
 ⨯ unhandledRejection:  Error: listDatabases is not supported on this version of milvus.
    at Generator.next (<anonymous>)

Steps to reproduce:

Milvus-node-sdk version: v2.6.0

Milvus version: v2.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions