Spaces:
Sleeping
Sleeping
Ali Abdullah commited on
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ fastapi==0.115.2
|
|
| 3 |
uvicorn[standard]==0.24.0
|
| 4 |
|
| 5 |
# RAG and Embeddings
|
| 6 |
-
groq=
|
| 7 |
sentence-transformers==2.6.1
|
| 8 |
pinecone-client==2.2.4
|
| 9 |
faiss-cpu==1.7.4
|
|
|
|
| 3 |
uvicorn[standard]==0.24.0
|
| 4 |
|
| 5 |
# RAG and Embeddings
|
| 6 |
+
groq>=0.5.0
|
| 7 |
sentence-transformers==2.6.1
|
| 8 |
pinecone-client==2.2.4
|
| 9 |
faiss-cpu==1.7.4
|