Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -14
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
faiss-cpu
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
pypdf
|
12 |
-
python-dotenv
|
13 |
-
replicate
|
14 |
-
docx2txt
|
|
|
1 |
+
streamlit==1.11.1
|
2 |
+
streamlit-chat==0.0.6
|
3 |
+
langchain==0.0.142
|
4 |
+
langchain-community==0.0.9
|
5 |
+
replicate==0.5.0
|
6 |
+
python-dotenv==0.20.0
|
7 |
+
faiss-cpu==1.7.2
|
8 |
+
PyPDF2==1.26.0
|
9 |
+
docx2txt==0.8
|
10 |
+
sentence-transformers==2.2.2
|
|
|
|
|
|
|
|