NaimaAqeel commited on
Commit
096b7b8
·
verified ·
1 Parent(s): 0c22a0c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- fitz
5
- python-docx
6
- sentence-transformers
7
- faiss-cpu
8
- langchain
9
- langchain_community
10
- huggingface-hub
11
- transformers
12
 
 
1
+ fastapi==0.78.0
2
+ uvicorn==0.18.2
3
+ langchain==0.0.37
4
+ faiss-cpu==1.7.2
5
+ huggingface-hub==0.10.1
6
+ transformers==4.18.0
7
+ PyMuPDF==1.18.0
8
+
 
 
 
9