Ali Abdullah commited on
Commit
7d1ab05
·
verified ·
1 Parent(s): b21cf2b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -4,10 +4,11 @@ uvicorn[standard]==0.24.0
4
 
5
  # RAG and Embeddings
6
  groq==0.4.1
7
- sentence-transformers==2.2.2
8
  pinecone-client==2.2.4
9
  faiss-cpu==1.7.4
10
- huggingface_hub==0.14.1
 
11
 
12
  # Web scraping
13
  beautifulsoup4==4.12.2
 
4
 
5
  # RAG and Embeddings
6
  groq==0.4.1
7
+ sentence-transformers==2.6.1
8
  pinecone-client==2.2.4
9
  faiss-cpu==1.7.4
10
+ huggingface_hub>=0.28.1
11
+
12
 
13
  # Web scraping
14
  beautifulsoup4==4.12.2