Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
langchain
|
| 3 |
-
langchain-community
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
gtts
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
| 1 |
+
streamlit==1.35.0
|
| 2 |
+
langchain==0.1.14
|
| 3 |
+
langchain-community==0.0.28
|
| 4 |
+
faiss-cpu==1.8.0
|
| 5 |
+
openai==1.30.1
|
| 6 |
+
gtts==2.5.1
|
| 7 |
+
python-dotenv==1.0.1
|
| 8 |
+
sentence-transformers==2.7.0
|
| 9 |
+
unstructured==0.12.5
|
| 10 |
+
pymupdf==1.23.25
|
| 11 |
+
docx2txt==0.8
|
| 12 |
+
Pillow==10.3.0
|