Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -5,12 +5,11 @@ PyMuPDF
|
|
| 5 |
beautifulsoup4
|
| 6 |
docx2txt
|
| 7 |
faiss-cpu
|
| 8 |
-
langchain
|
| 9 |
langchain-community
|
| 10 |
langchain-groq
|
| 11 |
langchain-text-splitters
|
| 12 |
-
|
| 13 |
-
pandas
|
| 14 |
PyPDF2
|
| 15 |
python-docx
|
| 16 |
streamlit
|
|
@@ -19,3 +18,8 @@ python-dotenv
|
|
| 19 |
pydantic
|
| 20 |
sentence-transformers
|
| 21 |
huggingface-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
beautifulsoup4
|
| 6 |
docx2txt
|
| 7 |
faiss-cpu
|
| 8 |
+
langchain==0.1.20
|
| 9 |
langchain-community
|
| 10 |
langchain-groq
|
| 11 |
langchain-text-splitters
|
| 12 |
+
langchain-core
|
|
|
|
| 13 |
PyPDF2
|
| 14 |
python-docx
|
| 15 |
streamlit
|
|
|
|
| 18 |
pydantic
|
| 19 |
sentence-transformers
|
| 20 |
huggingface-hub
|
| 21 |
+
scikit-learn
|
| 22 |
+
networkx
|
| 23 |
+
pydot
|
| 24 |
+
Pillow
|
| 25 |
+
graphviz
|