Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
PyPDF2
|
|
|
2 |
openai
|
3 |
tiktoken
|
4 |
-
|
5 |
-
|
6 |
-
unstructured
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
streamlit
|
4 |
+
streamlit_option_menu
|
5 |
+
streamlit_extras
|
6 |
PyPDF2
|
7 |
+
langchain
|
8 |
openai
|
9 |
tiktoken
|
10 |
+
faiss-cpu
|
11 |
+
selenium
|
|