Замена RuBERT на sentence-transformers/all-MiniLM-L12-v2, упрощение формулы расчета, поддержка загрузки из отдельных .npy файлов

This commit is contained in:
2026-01-28 20:19:13 +03:00
parent f3e31e4310
commit beca61bd90
11 changed files with 178 additions and 248 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "rag-service"
version = "0.1.0"
description = "RAG Service - сервис векторного скоринга на FastAPI с ruBERT"
description = "Embedding Service - сервис векторного скоринга на FastAPI с sentence-transformers"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "MIT"}