fix:poetry add sentence-transformers (#249)

This commit is contained in:
KKKKKKKevin 2025-04-16 20:04:59 +08:00 committed by GitHub
parent 2483288348
commit cd42b52c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ python-socks = "^2.4.0"
jsonlines = "^4.0.0"
charset-normalizer = "^3.4.1"
modelscope = "^1.25.0"
sentence-transformers = "^2.6.0"
# Development environment dependencies
# Use 'poetry install --with dev' to install development dependencies