About the model
What is all-mpnet-base-v2?
all-mpnet-base-v2 is an English sentence-transformer model that encodes sentences and short paragraphs into 768-dimensional dense vector embeddings. It is mainly used for semantic search and retrieval in applications like RAG pipelines, documentation search, and information retrieval systems. It is also commonly applied to clustering, deduplication, and semantic similarity scoring across large text collections. The model is part of the Sentence Transformers family and is fine-tuned from the microsoft/mpnet-base architecture using large-scale contrastive training data.