Hi everyone, I noticed there was a change in the inference API (unfortunately, without any previous warning) and I wanted to know.. will it stop returning text embeddings?
It seems it is mainly returning text similarity now. I’m wondering if there is really a change, i.e. if it will happen for all models, and if I can keep obtaining the embeddings in some other way.
To give more information, we have an application that uses the formerly returned embeddings, we were using it and noticed that for some models they weren’t being returned anymore. Now, we are trying to figure out what to do and to find more information about this.
Ps: it would be awesome if HF made us aware about API changes prior to them happening.