MiakOnline commited on
Commit
8cb9c20
·
verified ·
1 Parent(s): 5785595

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -10
requirements.txt CHANGED
@@ -1,12 +1,19 @@
1
  # requirements.txt (Fixed & Updated)
2
- streamlit
3
- langchain
4
- gtts
5
- requests
6
- PyMuPDF
7
- python-docx
8
- unstructured
9
- faiss-cpu
10
- sentence-transformers
11
- langchain-groq
 
 
 
 
 
 
 
12
 
 
1
  # requirements.txt (Fixed & Updated)
2
+ streamlit==1.24.1
3
+ langchain==0.0.304
4
+ langchain-community==0.0.21
5
+ langchainhub==0.1.14
6
+ langchain-groq==0.1.3
7
+ faiss-cpu==1.7.4
8
+ tiktoken==0.5.1
9
+ transformers==4.38.2
10
+ torch==2.2.2
11
+ sentence-transformers==2.6.1
12
+ gtts==2.3
13
+ requests==2.31.0
14
+ PyMuPDF==1.22.5
15
+ python-docx==0.8.11
16
+ unstructured==0.10.30
17
+ pydub==0.25.1
18
+ langdetect==1.0.9
19