Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -19
requirements.txt
CHANGED
@@ -1,20 +1,8 @@
|
|
1 |
-
|
2 |
-
transformers
|
|
|
|
|
|
|
3 |
sentence-transformers
|
4 |
-
|
5 |
-
|
6 |
-
torch==1.13.1
|
7 |
-
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
8 |
-
|
9 |
-
# LangChain ecosystem
|
10 |
-
langchain==0.1.13
|
11 |
-
langchain-community==0.0.30
|
12 |
-
|
13 |
-
# Vector DB
|
14 |
-
chromadb==0.4.24
|
15 |
-
|
16 |
-
# PDF handling
|
17 |
-
pdfminer.six==20221105
|
18 |
-
|
19 |
-
# Web UI
|
20 |
-
streamlit==1.32.2
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
langchain
|
5 |
+
langchain-community
|
6 |
sentence-transformers
|
7 |
+
pdfminer.six
|
8 |
+
chromadb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|