Spaces:
Runtime error
Runtime error
Commit
·
2ddb0af
1
Parent(s):
da93d60
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
openai
|
3 |
+
pdfminer
|
4 |
+
unstructured
|
5 |
+
pdfminer.six
|
6 |
+
tiktoken
|
7 |
+
pandas
|
8 |
+
chroma
|
9 |
+
chromadb
|
10 |
+
unstructured-inference
|
11 |
+
flask
|