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

    Interface MILVUSAuthConfig

    Authentication configuration for Milvus

    MILVUSAuthConfig

    interface MILVUSAuthConfig {
        password?: string;
        token?: string;
        url: string;
        username?: string;
    }
    Index

    Properties

    password?: string

    Password. Example: Enter your cluster Password

    MILVUSAuthConfig

    token?: string

    Token. Example: Enter your cluster token or Username/Password

    MILVUSAuthConfig

    url: string

    Public Endpoint. Example: Enter your public endpoint for your Milvus cluster

    MILVUSAuthConfig

    username?: string

    Username. Example: Enter your cluster Username

    MILVUSAuthConfig