Interface for text embedding operations. Implementations of this interface can convert text into vector representations (embeddings) and calculate the difference between two embeddings.
Calculates the difference between two embeddings. Lower values indicate more similar embeddings.
Embeds the given text into a vector representation.