UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 268 B
import type { DatabaseSync } from "node:sqlite"; export declare function ensureMemoryIndexSchema(params: { db: DatabaseSync; embeddingCacheTable: string; ftsTable: string; ftsEnabled: boolean; }): { ftsAvailable: boolean; ftsError?: string; };