Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
-
langchain-groq
|
| 4 |
langchain-community
|
| 5 |
langchain-core
|
| 6 |
-
|
| 7 |
python-dotenv
|
| 8 |
-
|
|
|
|
| 9 |
faiss-cpu
|
|
|
|
|
|
|
|
|
|
| 10 |
matplotlib
|
| 11 |
pandas
|
| 12 |
-
|
| 13 |
-
plotly
|
|
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
|
|
|
| 3 |
langchain-community
|
| 4 |
langchain-core
|
| 5 |
+
langchain-groq
|
| 6 |
python-dotenv
|
| 7 |
+
PyPDF2
|
| 8 |
+
pdfplumber
|
| 9 |
faiss-cpu
|
| 10 |
+
huggingface-hub
|
| 11 |
+
sentence-transformers
|
| 12 |
+
plotly
|
| 13 |
matplotlib
|
| 14 |
pandas
|
| 15 |
+
numpy
|
|
|