Interface for text embedding operations. Implementations of this interface can convert text into vector representations (embeddings) and calculate the difference between two embeddings.
Represents a vector of floating-point values. Used for storing embeddings of text.