ADKU commited on
Commit
6fdc95d
·
verified ·
1 Parent(s): afcbab5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- gradio
2
- faiss-cpu
3
- sentence-transformers
4
- pymongo
5
- google-generativeai
 
 
 
 
1
+ gradio
2
+ fastapi==0.110.0
3
+ uvicorn==0.29.0
4
+ sentence-transformers
5
+ pymongo
6
+ faiss-cpu
7
+ google-generativeai
8
+ python-dotenv