Initial commit: RAG Service

This commit is contained in:
2026-01-26 20:17:44 +03:00
commit 9b8a1c64bc
22 changed files with 2255 additions and 0 deletions

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
# FastAPI и веб-сервер
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0
# ML / NLP
torch>=2.1.0
transformers>=4.36.0
numpy>=1.24.0
# Утилиты
python-dotenv>=1.0.0