Trying this for the first time, so clean install of 0.2.22 and it looks like there's a bundling issue.
I get this error when initalising a OptimizedOnnxEmbedder:
[error] Failed to initialize optimized ONNX embedder: ONNX WASM files not bundled
It looks like ruvector_onnx_embeddings_wasm_bg.wasm isn't included in the package bundle.
Trying this for the first time, so clean install of
0.2.22and it looks like there's a bundling issue.I get this error when initalising a
OptimizedOnnxEmbedder:[error] Failed to initialize optimized ONNX embedder: ONNX WASM files not bundledIt looks like
ruvector_onnx_embeddings_wasm_bg.wasmisn't included in the package bundle.