/** * TotalReclaw Embedding Module * * Text embedding generation using ONNX Runtime and all-MiniLM-L6-v2. */ export { EmbeddingModel, createDummyEmbedding, createHashBasedEmbedding, } from './onnx'; //# sourceMappingURL=index.d.ts.map