Microsoft
All MPNet Base V2
A text embedding model with a context window of 384 tokens and a dimensionality of 768 values.
Deploy All MPNet Base V2
Example usage
This model takes a list of strings and returns a list of embeddings, where each embedding is a list of 768 floating-point number representing the semantic text embedding of the associated string.
Strings can be up to 384 tokens in length (approximately 280 words). If the strings are longer, they’ll be truncated before being run through the embedding model.