gpo.zugaina.org

Search Portage & Overlays:

sci-ml/sentence-transformers

Sentence/image embeddings, retrieval, and reranking via Transformers

Screenshots

  • sentence-transformers-5.4.1
    ~amd64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff

ChangeLog

commit 3d75f88f24ef3f8d38cde83c8910701e723bfea8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 11:39:23 2026 +0200

sci-ml/sentence-transformers: new package, add 5.4.1

Pure-Python embeddings / retrieval / reranking layer over sci-ml/transformers,
needed by sci-ml/amd-gaia's deferred ui extra (eager faiss + sentence_
transformers boot in gaia.ui.server) and broadly useful for RAG pipelines.

Core deps only — no IUSE for the upstream optional-dependencies sets
(image, audio, video, train, onnx, onnx-gpu, openvino, dev). Each of
those would need additional ebuilds we don't have (datasets[2.0+] for
train, optimum-onnx, optimum-intel) or already-tracked transformers
extras that aren't in our overlay yet. Fold them in on demand.

RESTRICT="test" — upstream tests download model checkpoints from
huggingface.co, which fails inside the sandboxed network namespace.