export interface EmbeddingProvider { embed(texts: string[]): Promise; dim?: number; }