Suat ATAN commited on
Commit
f42cdc9
·
1 Parent(s): a3af0fd
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python = "^3.10.5"
2
+ streamlit = "^1.24.0"
3
+ langchain = "^0.0.220"
4
+ cohere = "^3.2.1"
5
+ faiss-cpu = "^1.7.3"
6
+ openai = "^0.27.8"
7
+ docx2txt = "^0.8"
8
+ pillow = "^9.4.0"
9
+ tenacity = "^8.2.0"
10
+ tiktoken = "^0.4.0"
11
+ pycryptodome = "^3.18.0"
12
+ pymupdf = "^1.22.5"
13
+ transformers = "^4.33.1"
14
+ python-dotenv = "^0.21.1"