Random testing
Intro
Informations retrival has been an important problem since forever
Sentence Transformer embeddings
To compress down information we use use embeddings a non linear way of reducing dimensions or filtering out important signal or pca … whatever you may call it.
We need low size high signal data for a good retrival system (or any ML application for that matter) hence choosing a good embeddings engine is import or better training your own based on the required conditions of your porblem.