Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
# requirements.txt (Fixed & Updated)
|
| 2 |
-
streamlit
|
| 3 |
pypdf
|
| 4 |
python-docx
|
| 5 |
Pillow
|
| 6 |
faiss-cpu
|
| 7 |
-
langchain
|
| 8 |
-
langchain-community
|
| 9 |
-
langchain-core
|
| 10 |
langchainhub
|
| 11 |
gtts
|
| 12 |
transformers
|
| 13 |
sentence-transformers
|
| 14 |
torch
|
|
|
|
| 15 |
requests
|
| 16 |
-
groq
|
|
|
|
| 1 |
# requirements.txt (Fixed & Updated)
|
| 2 |
+
streamlit
|
| 3 |
pypdf
|
| 4 |
python-docx
|
| 5 |
Pillow
|
| 6 |
faiss-cpu
|
| 7 |
+
langchain
|
| 8 |
+
langchain-community
|
| 9 |
+
langchain-core
|
| 10 |
langchainhub
|
| 11 |
gtts
|
| 12 |
transformers
|
| 13 |
sentence-transformers
|
| 14 |
torch
|
| 15 |
+
groq
|
| 16 |
requests
|
|
|