text2vec using inference API
Hi,
is there a way we can convert the text to a vector using the inference API, rather than hosting sentence-transformers?
Thank you
I'm interested in this as well, it seems that the hosted inference API will only do sentence similarity scores, but it is not able to return vector embeddings, is this correct?
Hello!
Please refer to /static-proxy?url=https%3A%2F%2Fdiscuss.huggingface.co%2Ft%2Fusing-accelerated-inference-api-to-produce-sentense-embeddings%2F6223%2F3%3C%2Fa%3E. Omar there mentions an experimental API that you can call to use Feature Extraction rather than Sentence Similarity: Replace the URL from this snippet with the aforementioned one, and you'll have a free & working embedding API. Hope this helps!
This is the exact API URL: /static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fpipeline%2Ffeature-extraction%2Fsentence-transformers%2Fall-MiniLM-L6-v2%3C%2Fa%3E%3C%2Fp%3E
This api is down
The API should be all back as of 12 hours ago!
why api is still down?