Describe the problem
Built in support for Google's Universal Sentence Encoder (USE) which can useful for greater-than-word length text, such as sentences, phrases or short paragraphs.
USE Paper
Describe the proposed solution
A new embedding function with USE support. USE model is available on TensorFlow Hub(https://tfhub.dev/google/universal-sentence-encoder/4) as well as HuggingFace(Dimitre/universal-sentence-encoder).
Alternatives considered
No response
Importance
nice to have
Additional Information
No response