What embedding means
An embedding is, literally, a vector: a list of decimal numbers. None of those numbers has a reading of its own. Dimension 431 does not mean «formality» or «legal subject matter», and looking for individual meaning in it is wasted time. All that counts is relative position. Two pieces of content with similar meanings end up close together in that space and two unrelated ones end up far apart, so the distance between two vectors measures their relatedness: small distances indicate high relatedness.
Two limits follow from this, and they are worth fixing before going further. The first is that an embedding does not store the text. It is a lossy representation, made for comparing and not for reconstructing. The second causes the most confusion in reporting: an embedding measures similarity of meaning, not truth and not quality. Two sentences can sit right next to each other in vector space with one correct and the other false, because «the drug reduces the risk» and «the drug does not reduce the risk» are about exactly the same thing. Negation barely moves the vector and yet reverses the sense.
That is why a high similarity score answers the question «is this about the same thing?» and never the question «is this true?». Any dashboard presenting cosine as an editorial quality indicator is simply renaming one measurement as another.