MiakOnline commited on
Commit
ceab0a3
·
verified ·
1 Parent(s): 3386b21

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
- streamlit
2
- langchain
3
- langchain-community
4
- faiss-cpu
 
 
 
 
 
 
5
  transformers
6
- gtts
7
  openai
8
- PyMuPDF
9
- python-docx
10
- unstructured
 
1
+ streamlit>=1.32.0
2
+ langchain>=0.1.14
3
+ langchain-community>=0.0.26
4
+ openai>=1.14.2
5
+ faiss-cpu>=1.7.4
6
+ gtts>=2.5.1
7
+ sentence-transformers>=2.2.2
8
+ PyMuPDF>=1.23.9
9
+ python-docx>=1.1.0
10
+ unstructured>=0.12.4
11
  transformers
 
12
  openai