George
George
Hey @richard-deetlefs @PylotLight Sorry for the late response We might not be able to add this model in the closest time, however, as of fastembed v0.6.0 we support adding custom...
Eventually, yes, we'd like to add this feature to the other models as well However, it might not be reasonable for some of the models because they have too specific...
These models could be added to fastembed v0.6.0 in runtime via `.add_custom_model` interface An example of usage of this interface: ```python from fastembed import TextEmbedding from fastembed.common.model_description import PoolingType, ModelSource...
Hey @duon9 Yeah, unfortunately, Vietnamese models might be underrepresented in fastembed and Vietnamese is supported only by the multilingual models It seems, that these particular models do not have as...
Hey @peppepace Unfortunately, this model is too specific for fastembed and authors haven't converted it to onnx, nor they have provided an example of usage If you are willing to...
We've decided not to expose `tokenize`, but just provide `token_count`
closing in favour of #799
Hi @ArthurMelin Could you provide a minimal reproducible code snippet please? So we could confirm the problem and also see how you're using it
Hi @ArthurMelin It seems to be a bug in our openapi schema, which resulted in generating the incorrect model. Thanks for pointing it out