@vectorize-io/vectorize-client
    Preparing search index...

    Interface Milvus

    Milvus

    interface Milvus {
        config: MILVUSAuthConfig;
        name: string;
        type: "MILVUS";
    }
    Index

    Properties

    Properties

    Milvus

    name: string

    Name of the connector

    Milvus

    type: "MILVUS"

    Connector type (must be "MILVUS")

    Milvus