--- id: sentence-transformers version: "5.7.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # sentence-transformers — Embeddings, Retrieval, and Reranking License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install sentence-transformers uv add sentence-transformers poetry add sentence-transformers ## Description [![HF Models](https://img.shields.io/badge/%F0%9F%A4%97-models-yellow)](https://huggingface.co/models?library=sentence-transformers) [![GitHub - License](https://img.shields.io/github/license/huggingface/sentence-transformers?logo=github&style=flat&color=green)][#github-license] [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sentence-transformers?logo=pypi&style=flat&color=blue)][#pypi-package] [![PyPI - Package Version](https://img.shields.io/pypi/v/sentence-transformers?logo=pypi&style=flat&color=orange)][#pypi-package] [![Docs - GitHub.io](https://img.shields.io/static/v1?logo=github&style=flat&color=pink&label=docs&message=sentence-transformers)][#docs-package] # Sentence Transformers: Embeddings, Retrieval, and Reranking This framework provides an easy method to compute embeddings for accessing, using, and training state-of-the-art embedding and reranker models. It can be used to compute embeddings using Sentence Transformer models... ## AI interpretation — verify before relying Computes dense and sparse text embeddings, and reranking scores using pre-trained transformer models for semantic search, similarity, and information retrieval tasks. Verdict: Production-ready embedding framework with no known vulnerabilities, active maintenance, and permissive Apache-2.0 licensing. Broad runtime dependency footprint (transformers, torch, numpy, scikit-learn, scipy, tokenizers, huggingface-hub, typing_extensions, tqdm) is standard for ML workloads; suitable for semantic search, retrieval, and reranking in research and production systems. [View on SkillFed](https://skillfed.io/packages/sentence-transformers) · [View on PyPI](https://pypi.org/project/sentence-transformers/)