File size: 240 Bytes
6874d8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Dataset loading and processing
datasets==2.18.0
pandas

# For embedding generation
sentence-transformers==2.2.2

# For Qdrant client (VectorDB)
qdrant-client==1.8.0

# For environment variables
python-dotenv

# For progress tracking
tqdm