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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==0.4.1
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