File size: 625 Bytes
a1544bb
402298d
 
 
e87fd2c
 
a1544bb
e87fd2c
402298d
 
e87fd2c
402298d
e87fd2c
 
 
 
 
 
 
 
 
 
 
92f791e
89f553a
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
huggingface-hub>=0.26.0
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-dotenv==1.0.0
python-multipart==0.0.6    # if you accept file uploads


# === Data / utilities ===
pandas==2.2.0
numpy==1.26.3
requests==2.31.0
pydantic==2.5.3
tqdm==4.66.4                  # progress bars
loguru==0.7.2                 # clean logging

# Vector/Embedding stack (keep exactly what you use)
faiss-cpu==1.7.4           # keep if you use FAISS locally

# === ML / AI stack (GPU-compatible) ===
# Using torch for embeddings/models:
torch #-- choose the right wheel for your CUDA (see Dockerfile notes)
transformers
sentence-transformers