Initial commit: RAG Service
This commit is contained in:
12
requirements.txt
Normal file
12
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user