Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,14 +1,7 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
|
4 |
sentence-transformers
|
5 |
-
transformers
|
6 |
faiss-cpu
|
7 |
-
|
8 |
-
|
9 |
-
groq
|
10 |
-
PyPDF2
|
11 |
-
requests
|
12 |
-
streamlit-extras
|
13 |
-
streamlit-autorefresh
|
14 |
-
pdfplumber
|
|
|
1 |
streamlit
|
2 |
+
PyPDF2
|
3 |
+
langchain
|
4 |
sentence-transformers
|
|
|
5 |
faiss-cpu
|
6 |
+
huggingface-hub
|
7 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|