Spaces:
Sleeping
Sleeping
Commit
·
4452032
1
Parent(s):
b52d633
Upload requirements.txt
Browse files- requirements.txt +21 -11
requirements.txt
CHANGED
@@ -1,13 +1,23 @@
|
|
1 |
-
streamlit
|
2 |
-
langchain
|
3 |
-
openai
|
4 |
-
duckduckgo-search
|
5 |
-
anthropic
|
6 |
-
|
|
|
7 |
pypdf==3.9.0
|
8 |
faiss-cpu==1.7.4
|
9 |
-
html2text
|
10 |
-
streamlit-authenticator
|
11 |
-
extra_streamlit_components
|
12 |
-
requests_oauthlib
|
13 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
langchain==0.0.266
|
3 |
+
openai==0.27.9
|
4 |
+
duckduckgo-search==3.8.5
|
5 |
+
anthropic==0.3.10
|
6 |
+
nltk==3.8.1
|
7 |
+
llama-index==0.8.4
|
8 |
pypdf==3.9.0
|
9 |
faiss-cpu==1.7.4
|
10 |
+
html2text==2020.1.16
|
11 |
+
streamlit-authenticator==0.2.2
|
12 |
+
extra_streamlit_components==0.1.56
|
13 |
+
requests_oauthlib==1.3.1
|
14 |
+
python-dotenv==1.0.0
|
15 |
+
torch==2.0.1
|
16 |
+
transformers==4.32.0
|
17 |
+
python-pptx==0.6.21
|
18 |
+
Pillow==9.5.0
|
19 |
+
openpyxl==3.1.2
|
20 |
+
llama_hub==0.0.25
|
21 |
+
msal-streamlit-authentication==1.0.9
|
22 |
+
pdfminer.six==20221105
|
23 |
+
docx2txt==0.8
|