UNPKG

hnswsqlite

Version:

Vector search with HNSWlib and SQLite in TypeScript.

7 lines (6 loc) 185 B
export declare class HuggingFaceEmbeddingGenerator { private model; private token; constructor(token: string, model?: string); embed(text: string): Promise<number[]>; }