UNPKG

hnswsqlite

Version:

Vector search with HNSWlib and SQLite in TypeScript.

2 lines (1 loc) 73 B
export declare function initDatabase(dbPath: string, dim: number): void;