interface IndexCreateOptions {
    index_type: IndexType;
    metric_type: MetricType;
    params?: keyValueObj;
    search_params?: keyValueObj;
}

Properties

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