Hello,
I'm trying to make blazor wasm work with LocalEmbedder and i didn't had any success. LocalEmbedder uses System.IO.File class to check if the model exists and read the file but on blazor wasm the path is wrong. If i could load the model on my own way and just give it to the LocalEmbedder that would solve many problems.