export interface IEmbeddingFunction { generate(texts: string[]): Promise; } //# sourceMappingURL=IEmbeddingFunction.d.ts.map