UNPKG

hnswsqlite

Version:

Vector search with HNSWlib and SQLite in TypeScript.

3 lines (2 loc) 159 B
import { VectorStore } from '../../vectorStore'; export declare function addDocument(store: VectorStore, text: string, embedding?: string[]): Promise<number>;