File size: 363 Bytes
3232e53
 
 
 
 
 
 
 
a19d394
1
2
3
4
5
6
7
8
9
streamlit==1.24.0
beautifulsoup4==4.12.2
requests==2.31.0
pandas==1.5.3
torch==2.1.0  # PyTorch required for embeddings
transformers==4.34.0  # Hugging Face Transformers for loading the model
huggingface_hub>=0.16.4  # Handling Hugging Face API (already included for model loading)
faiss-cpu==1.7.4  # Optional, for similarity queries on embeddings if needed
groq