Refactor SkipDetector to use a callable embedding function instead of SentenceTransformer; update requirements to remove unnecessary dependencies.

This commit is contained in:
mtayfur
2025-10-09 23:36:27 +03:00
parent 5c0ca1f4ab
commit 1390505665
3 changed files with 91 additions and 97 deletions

View File

@@ -1,7 +1,5 @@
aiohttp>=3.12.15
pydantic>=2.11.7
sentence-transformers>=5.1.1
torch>=2.8.0
transformers>=4.57.0
numpy>=2.0.0
open-webui>=0.6.32
tiktoken>=0.11.0