Spaces:
Sleeping
Sleeping
Reversion to earlier and smaller list
Browse files- requirements.txt +19 -25
requirements.txt
CHANGED
@@ -1,27 +1,21 @@
|
|
1 |
-
streamlit
|
2 |
-
chromadb
|
3 |
llama_index == 0.10.40
|
4 |
-
langchain_community
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
llama_parse == 0.4.2
|
9 |
-
langchain_huggingface
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
torch == 2.1.1
|
22 |
-
torchmetrics == 1.2.0
|
23 |
-
datetime == 5.5
|
24 |
-
requests == 2.31.0
|
25 |
-
nashpy == 0.0.40
|
26 |
-
pydantic == 2.5.2
|
27 |
-
typing == 3.7.4.3
|
|
|
1 |
+
streamlit >= 1.32.2
|
2 |
+
chromadb >= 0.4.24
|
3 |
llama_index == 0.10.40
|
4 |
+
langchain_community >= 0.0.29
|
5 |
+
unstructured >= 0.11.6
|
6 |
+
langchain >= 0.1.0
|
7 |
+
langchain_groq >= 0.1.9
|
8 |
+
langchain_core >= 0.2.33
|
9 |
llama_parse == 0.4.2
|
10 |
+
langchain_huggingface >= 0.0.3
|
11 |
+
streamlit_chat >= 0.1.1
|
12 |
+
joblib >= 1.4.2
|
13 |
+
nest_asyncio >= 1.6.0
|
14 |
+
fpdf >= 1.7.2
|
15 |
+
pandas >= 2.1.2
|
16 |
+
markdown == 3.5.1
|
17 |
+
numpy >= 1.24.2
|
18 |
+
datetime >= 5.5
|
19 |
+
requests >= 2.31.0
|
20 |
+
pydantic >= 2.5.2
|
21 |
+
typing >= 3.7.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|