Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -7,6 +7,12 @@ tqdm
|
|
7 |
colorama
|
8 |
duckduckgo_search
|
9 |
Pygments
|
10 |
-
llama_index
|
11 |
-
langchain
|
12 |
markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
colorama
|
8 |
duckduckgo_search
|
9 |
Pygments
|
|
|
|
|
10 |
markdown
|
11 |
+
llama_index==0.5.25
|
12 |
+
langchain<0.0.150
|
13 |
+
markdown
|
14 |
+
PyPDF2
|
15 |
+
pdfplumber
|
16 |
+
pandas
|
17 |
+
commentjson
|
18 |
+
openpyxl
|