Spaces:
Runtime error
Runtime error
Commit ·
41fe64e
1
Parent(s): daa1166
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio == 3.34.0
|
| 2 |
+
openai == 0.27.8
|
| 3 |
+
langchain == 0.0.195
|
| 4 |
+
chromadb == 0.3.26
|
| 5 |
+
tiktoken == 0.4.0
|
| 6 |
+
pypdf == 3.9.1
|
| 7 |
+
pymupdf == 1.22.3
|