UNPKG

harperdb

Version:

HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.

3 lines (2 loc) 151 B
export declare function euclideanDistance(a: number[], b: number[]): number; export declare function cosineDistance(a: number[], b: number[]): number;