sahanes commited on
Commit
435467d
·
verified ·
1 Parent(s): 8f3de02

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -1
requirements.txt CHANGED
@@ -1 +1,9 @@
1
- fastapi\nuvicorn\npython-multipart\nopenai\nfaiss-cpu\npypdf2\npython-dotenv
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ python-multipart>=0.0.6
4
+ PyPDF2>=3.0.0
5
+ openai>=1.3.0
6
+ tiktoken>=0.5.0
7
+ faiss-cpu>=1.7.4
8
+ numpy>=1.24.0
9
+ python-dotenv>=1.0.0