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