Merge pull request #258228 from mbalatsko/update-sentence-transformers

python3Packages.sentence-transformers: add changelog
This commit is contained in:
OTABI Tomoya 2023-10-03 10:59:08 +09:00 committed by GitHub
commit 2b8417d1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Multilingual Sentence & Image Embeddings with BERT";
homepage = "https://github.com/UKPLab/sentence-transformers";
changelog = "https://github.com/UKPLab/sentence-transformers/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = with maintainers; [ dit7ya ];
};