Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
22 |
+
nltk >= 3.9.1
|
23 |
+
google-search-results >= 2.4.2
|