Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
streamlit
|
|
|
|
|
2 |
langchain
|
3 |
-
langchain-groq
|
4 |
langchain-community
|
5 |
langchain-text-splitters
|
|
|
6 |
faiss-cpu
|
7 |
-
sentence-transformers
|
8 |
-
unstructured[all-docs] # Includes pypdf, python-docx, openpyxl, Pillow, pytesseract, lxml, etc.
|
9 |
-
# pdf2image # often a dependency for unstructured PDF processing with images
|
10 |
-
# pytesseract # If you have PDFs with scanned images that need OCR
|
11 |
-
python-dotenv
|
12 |
-
groq
|
|
|
1 |
streamlit
|
2 |
+
python-dotenv
|
3 |
+
twilio
|
4 |
langchain
|
|
|
5 |
langchain-community
|
6 |
langchain-text-splitters
|
7 |
+
langchain-groq
|
8 |
faiss-cpu
|
9 |
+
sentence-transformers
|
|
|
|
|
|
|
|
|
|