Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -2,14 +2,14 @@ streamlit
|
|
| 2 |
langchain
|
| 3 |
langchain-community
|
| 4 |
langchain-core
|
| 5 |
-
pymupdf
|
| 6 |
-
python-docx
|
| 7 |
-
unstructured
|
| 8 |
-
sentence-transformers
|
| 9 |
-
transformers
|
| 10 |
faiss-cpu
|
| 11 |
-
|
| 12 |
-
|
| 13 |
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
docx2txt
|
| 15 |
-
python-dotenv
|
|
|
|
| 2 |
langchain
|
| 3 |
langchain-community
|
| 4 |
langchain-core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
faiss-cpu
|
| 6 |
+
sentence-transformers
|
| 7 |
+
gtts
|
| 8 |
openai
|
| 9 |
+
requests
|
| 10 |
+
unstructured
|
| 11 |
+
PyMuPDF
|
| 12 |
+
python-docx
|
| 13 |
+
transformers
|
| 14 |
docx2txt
|
| 15 |
+
python-dotenv
|