/** * Representation of the 'Embedding' schema. */ export type Embedding = number[] | string; //# sourceMappingURL=embedding.d.ts.map