Spaces:
Sleeping
Sleeping
Ali Abdullah commited on
Update requirements.txt
Browse files- 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.
|
| 8 |
pinecone-client==2.2.4
|
| 9 |
faiss-cpu==1.7.4
|
| 10 |
-
huggingface_hub=
|
|
|
|
| 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
|