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
A semantic embedder would take in as input some text (likely a sentence) and output a vector that encodes the meaning of the sentence. Something I've used in the past is SentenceBert https://github.com/UKPLab/sentence-transformers.