UNPKG

@astermind/astermind-pro

Version:

Astermind Pro - Premium ML Toolkit with Advanced RAG, Reranking, Summarization, and Information Flow Analysis

5 lines 211 B
import type { SerializedModel } from '../types.js'; export declare function importModel(model: SerializedModel, opts?: { recomputeDense?: boolean; }): Promise<void>; //# sourceMappingURL=prod-worker.d.ts.map