UNPKG

@mastra/rag

Version:
5 lines 185 B
import type { Document } from '../schema/index.js'; export interface Transformer { transformDocuments(documents: Document[]): Document[]; } //# sourceMappingURL=transformer.d.ts.map