Get embeddings.
A pre-defined embeddings model that should be used for this test.
This currently uses DeterministicFakeEmbedding from langchain-core,
which uses numpy to generate random numbers based on a hash of the input text.
The resulting embeddings are not meaningful, but they are deterministic.
get_embeddings() -> Embeddings