/**
 * Encoding format for embeddings.
 */
export type EncodingFormat = 'float' | 'base64' | 'binary' | 'int8' | 'uint8' | 'ubinary';
//# sourceMappingURL=encoding-format.d.ts.map