Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -10
requirements.txt
CHANGED
|
@@ -1,12 +1,19 @@
|
|
| 1 |
# requirements.txt (Fixed & Updated)
|
| 2 |
-
streamlit
|
| 3 |
-
langchain
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|