Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
os
|
2 |
+
json
|
3 |
+
requests
|
4 |
+
gradio
|
5 |
+
threading
|
6 |
+
time
|
7 |
+
PyPDF2
|
8 |
+
chromadb
|
9 |
+
shutil
|
10 |
+
pydantic
|
11 |
+
typing
|
12 |
+
langchain
|
13 |
+
langchain_huggingface
|