Spaces:
Runtime error
Runtime error
Commit
·
59eb4e0
1
Parent(s):
a1bba46
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
tiktoken
|
3 |
+
langchain
|
4 |
+
gradio
|
5 |
+
unstructured[all-docs]
|
6 |
+
python-dotenv
|
7 |
+
faiss-cpu
|
8 |
+
PyPDF2
|
9 |
+
plotly
|
10 |
+
plotly-express
|
11 |
+
transformers
|
12 |
+
torch
|