Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -8,4 +8,10 @@ python-magic>=0.4.27
|
|
8 |
tiktoken>=0.5.0
|
9 |
pdfminer.six>=20221105
|
10 |
markdownify>=0.11.0
|
11 |
-
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
tiktoken>=0.5.0
|
9 |
pdfminer.six>=20221105
|
10 |
markdownify>=0.11.0
|
11 |
+
numpy>=1.24.0
|
12 |
+
openai>=1.12.0
|
13 |
+
gradio-client>=0.10.1
|
14 |
+
python-dotenv>=1.0.0
|
15 |
+
groq
|
16 |
+
pymupdf
|
17 |
+
cohere
|