Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
|
|
1 |
streamlit
|
2 |
llama_index
|
3 |
transformers
|
4 |
-
PyPDF2
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
streamlit
|
3 |
llama_index
|
4 |
transformers
|
5 |
+
PyPDF2
|
6 |
+
tiktoken
|
7 |
+
chromadb
|
8 |
+
langchain
|
9 |
+
unstructured
|
10 |
+
unstructured[local-inference]
|