Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -18,12 +18,14 @@ pymupdf
|
|
18 |
wikipedia
|
19 |
pgvector
|
20 |
python-dotenv
|
21 |
-
sentence-transformers
|
22 |
openai
|
23 |
anthropic
|
24 |
-
|
25 |
youtube-transcript-api
|
26 |
-
transformers
|
27 |
sympy
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
18 |
wikipedia
|
19 |
pgvector
|
20 |
python-dotenv
|
|
|
21 |
openai
|
22 |
anthropic
|
|
|
23 |
youtube-transcript-api
|
|
|
24 |
sympy
|
25 |
+
sentencepiece
|
26 |
+
wolframalpha
|
27 |
+
|
28 |
+
transformers>=4.30.0
|
29 |
+
sentence-transformers>=2.2.2
|
30 |
+
codecarbon
|
31 |
+
torch
|