langchain.js
    Preparing search index...
    interface IndexCreateOptions {
        index_type: IndexType;
        metric_type: MetricType;
        params?: keyValueObj;
        search_params?: keyValueObj;
    }
    Index

    Properties

    index_type: IndexType
    metric_type: MetricType
    params?: keyValueObj
    search_params?: keyValueObj