File size: 561 Bytes
b62e029
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14b2e5c
b62e029
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Web Server
fastapi==0.135.1
uvicorn[standard]==0.40.0
jinja2==3.1.5
python-multipart==0.0.22
starlette==0.52.1

# Vector Search & Embeddings
qdrant-client==1.16.2
FlagEmbedding==1.3.5
torch==2.9.1 --index-url https://download.pytorch.org/whl/cpu
numpy==2.4.2
sentence-transformers==5.2.3

# Data Modeling & Settings
pydantic==2.12.2
pydantic-settings==2.13.1
python-dotenv==1.2.1

# Hugging Face Stack
huggingface_hub>=0.25.0
transformers==4.44.2
tokenizers>=0.19.0
accelerate>=0.34.0

# ONNX Runtime
onnxruntime>=1.19.0

# Utils
tqdm==4.67.2
requests==2.32.5