You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 models in Clip, the image processing model and a text embedding model. Elastic does not support image processing models but if you want to use the text embedding model you can install the Sentence Transformers implementation: https://huggingface.co/sentence-transformers/clip-ViT-B-32-multilingual-v1
I have a large datasets that was encoded with Clip 32 but I cannot deploy that in ES because it uses the ClipTokenizer.
Is there a way to add this?
The text was updated successfully, but these errors were encountered: