Thomas van Dongen
Thomas van Dongen
Hi, I think https://github.com/MinishLab/model2vec might be a good fit for Embetter. It's a static subword embedder that outperforms both GloVE (300d) and BPEmb (50k, 300d) while being much smaller and...
### What happened? It would be great if [Model2Vec](https://github.com/MinishLab/model2vec) models could be supported, e.g. https://huggingface.co/minishlab/potion-base-8M. They include [ONNX files](https://huggingface.co/minishlab/potion-base-8M/tree/main/onnx) and are extremely fast (since the embeddings are static), small, and...
### Requested feature Currently, Docling has a heavy dependency tree with dependencies such as Torch. However, not all document parsing methods need this. For example, when using Docling for docx...