interface TurbopufferParams {
    apiKey?: string;
    apiUrl?: string;
    batchSize?: number;
    distanceMetric?: TurbopufferDistanceMetric;
    namespace?: string;
}

Hierarchy (view full)

Properties

apiKey?: string
apiUrl?: string
batchSize?: number
distanceMetric?: TurbopufferDistanceMetric
namespace?: string