Spaces:
Runtime error
Runtime error
brunhild217
commited on
Commit
•
10dd907
1
Parent(s):
59b8d9c
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
openai
|
5 |
+
gradio>3.5,<4.0
|
6 |
+
chromadb
|
7 |
+
tiktoken
|
8 |
+
unstructured
|
9 |
+
unstructured[pdf]
|
10 |
+
poppler-utils
|