langchain.js
    Preparing search index...

    Arguments for the MyScaleStore class, which include the host, port, protocol, username, password, index type, index parameters, column map, database, table, and metric.

    interface MyScaleLibArgs {
        columnMap?: ColumnMap;
        database?: string;
        host: string;
        indexParam?: Record<string, string>;
        indexType?: string;
        metric?: metric;
        password: string;
        port: string | number;
        protocol?: string;
        table?: string;
        username: string;
    }
    Index

    Properties

    columnMap?: ColumnMap
    database?: string
    host: string
    indexParam?: Record<string, string>
    indexType?: string
    metric?: metric
    password: string
    port: string | number
    protocol?: string
    table?: string
    username: string