Spaces:
Runtime error
Runtime error
Updated Agent RAG
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
numpy
|
2 |
chainlit==0.7.700
|
3 |
-
openai
|
4 |
-
|
5 |
-
|
6 |
-
pdfplumber==0.11.4
|
7 |
-
pytesseract==0.3.13
|
8 |
-
pymupdf==1.24.9
|
|
|
1 |
+
numpy
|
2 |
chainlit==0.7.700
|
3 |
+
openai
|
4 |
+
pandas
|
5 |
+
pdfplumber
|
|
|
|
|
|