CoderHassan commited on
Commit
aff3faa
·
verified ·
1 Parent(s): e5af6af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -5
requirements.txt CHANGED
@@ -2,8 +2,19 @@ streamlit==1.24.0
2
  beautifulsoup4==4.12.2
3
  requests==2.31.0
4
  pandas==1.5.3
5
- torch==2.5.0 # PyTorch required for embeddings
6
- transformers==4.34.0 # Hugging Face Transformers for loading the model
7
- huggingface_hub>=0.16.4 # Handling Hugging Face API (already included for model loading)
8
- faiss-cpu==1.7.4 # Optional, for similarity queries on embeddings if needed
9
- groq
 
 
 
 
 
 
 
 
 
 
 
 
2
  beautifulsoup4==4.12.2
3
  requests==2.31.0
4
  pandas==1.5.3
5
+ faiss-cpu==1.7.4
6
+
7
+ sentence-transformers
8
+ torch>=2.5.0
9
+ groq
10
+
11
+
12
+ #streamlit==1.24.0
13
+ #beautifulsoup4==4.12.2
14
+ #requests==2.31.0
15
+ #pandas==1.5.3
16
+ #torch==2.5.0 # PyTorch required for embeddings
17
+ #transformers==4.34.0 # Hugging Face Transformers for loading the model
18
+ #huggingface_hub>=0.16.4 # Handling Hugging Face API (already included for model loading)
19
+ #faiss-cpu==1.7.4 # Optional, for similarity queries on embeddings if needed
20
+ #groq