Open
Description
What would you like to see?
Currently, the built-in embedder uses the ONNX all-MiniLM-L6-v2 embedder, which does okay for most use cases and is much smaller to download.
There should be support for the larger multilingual-e5-large model (ONNX HERE) for multi-lingual support.
This should not be the default, but it should be something the user can opt to select. They may have to wait for the download to completely download for the embedder change to be saved as we cannot afford the latency to download the model at runtime.