Spaces:
Runtime error
Runtime error
brunhild217
commited on
Commit
·
e856cc7
1
Parent(s):
a7ef915
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
openai
|
5 |
+
gradio
|
6 |
+
chromadb
|
7 |
+
tiktoken
|
8 |
+
unstructured
|