Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
|
2 |
-
langchain-community
|
3 |
sentence-transformers
|
4 |
-
|
5 |
-
|
|
|
6 |
PyPDF2
|
7 |
-
|
8 |
-
python-pptx
|
9 |
-
youtube_transcript_api
|
10 |
bs4
|
11 |
-
openpyxl
|
|
|
|
|
|
|
|
1 |
+
youtube_transcript_api
|
|
|
2 |
sentence-transformers
|
3 |
+
langchain_huggingface
|
4 |
+
langchain-community
|
5 |
+
langchain
|
6 |
PyPDF2
|
7 |
+
nltk
|
|
|
|
|
8 |
bs4
|
9 |
+
openpyxl
|
10 |
+
faiss-cpu
|
11 |
+
python-docx
|
12 |
+
python-pptx
|