Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
streamlit
|
2 |
-
langchain
|
3 |
-
langchain-groq
|
4 |
-
python-docx
|
5 |
-
PyPDF2
|
6 |
-
sentence_transformers
|
7 |
-
pinecone
|
8 |
-
fitz
|
9 |
-
pytesseract
|
10 |
-
pdfplumber
|
11 |
-
python-dotenv
|
|
|
|
1 |
+
streamlit
|
2 |
+
langchain
|
3 |
+
langchain-groq
|
4 |
+
python-docx
|
5 |
+
PyPDF2
|
6 |
+
sentence_transformers
|
7 |
+
pinecone
|
8 |
+
fitz
|
9 |
+
pytesseract
|
10 |
+
pdfplumber
|
11 |
+
python-dotenv
|
12 |
+
fpdf
|